JoystickController.RotationSpeed Field

Definition

public: float RotationSpeed;
[UnityEngine.Range(0.01, 1)]
[UnityEngine.Tooltip("The rotation multiplier for joystick input. Customize this value to get the right feel for your scenario.")]
public float RotationSpeed;
[<UnityEngine.Range(0.01, 1)>]
[<UnityEngine.Tooltip("The rotation multiplier for joystick input. Customize this value to get the right feel for your scenario.")>]
val mutable RotationSpeed : single
Public RotationSpeed As Single 

Field Value

Single
Attributes
UnityEngine.RangeAttribute UnityEngine.TooltipAttribute

Applies to