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