Function ambient_guest_bridge::core::physics::components::kinematic
source · pub fn kinematic() -> Component<()>
Expand description
Kinematic: If attached, and this entity is dynamic, this entity will also be kinematic (i.e. unable to be affected by other entities motion). Otherwise, it will receive forces normally.
Attributes: Debuggable, Networked, Store