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