setYawRotationSpeed

abstract fun setYawRotationSpeed(@IntRange(from = "-100", to = 100value: Int)

Set the current yaw rotation speed value.

value is expressed as as a signed percentage of the max yaw rotation speed setting, in range [-100, 100]. -100 corresponds to a counter-clockwise rotation of max yaw rotation speed, 100 corresponds to a clockwise rotation of max yaw rotation speed.

See also

#getMaxYawRotationSpeed()

#getMaxYawRotationSpeed()

Parameters

value

the new yaw rotation speed value to set