Function ambient_api::physics::start_motor
source · pub fn start_motor(entity: EntityId, velocity: f32)
Available on crate feature
server
only.Expand description
Starts a motor on entity
with velocity
. Does nothing if the motor has already been started.