pub fn sphere() -> Component<()>
Expand description

Sphere: If attached to an entity alongside the other sphere_* components, the entity will be converted to a sphere primitive.

To easily instantiate a unit-diameter sphere, consider using the Sphere concept.

Attributes: Debuggable, Networked, Store