Function ambient_api::core::physics::components::sphere_collider
source · pub fn sphere_collider() -> Component<f32>
Expand description
Sphere collider: If attached, this entity will have a sphere physics collider.
The value corresponds to the radius of the sphere.
Attributes: Debuggable, Networked, Store