JoystickController.SensitivityLeftRight Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Attributes
-
UnityEngine.RangeAttribute UnityEngine.TooltipAttribute