Function ambient_api_core::core::primitives::components::sphere
source · 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