Function ambient_api::core::physics::components::dynamic
source · pub fn dynamic() -> Component<bool>
Expand description
Dynamic: If this is true, the entity will be dynamic (i.e. be able to move). Otherwise, it will be static.
Attributes: Debuggable, Networked, Store