JoystickController.SensitivityLeftRight Field

Definition

public: float SensitivityLeftRight;
[UnityEngine.Range(0.01, 10)]
[UnityEngine.Tooltip("How sensitive the joystick reacts to dragging left / right. Customize this value to get the right feel for your scenario.")]
public float SensitivityLeftRight;
[<UnityEngine.Range(0.01, 10)>]
[<UnityEngine.Tooltip("How sensitive the joystick reacts to dragging left / right. Customize this value to get the right feel for your scenario.")>]
val mutable SensitivityLeftRight : single
Public SensitivityLeftRight As Single 

Field Value

Single
Attributes
UnityEngine.RangeAttribute UnityEngine.TooltipAttribute

Applies to