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

Physics controlled: If attached, this entity will be controlled by physics.

Note that this requires the entity to have a collider.

Attributes: Debuggable, Networked, Store