JoystickController.SensitivityForwardBack 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 SensitivityForwardBack;
[UnityEngine.Range(0.01, 10)]
[UnityEngine.Tooltip("How sensitive the joystick reacts to pushing / pulling. Customize this value to get the right feel for your scenario.")]
public float SensitivityForwardBack;
[<UnityEngine.Range(0.01, 10)>]
[<UnityEngine.Tooltip("How sensitive the joystick reacts to pushing / pulling. Customize this value to get the right feel for your scenario.")>]
val mutable SensitivityForwardBack : single
Public SensitivityForwardBack As Single
Field Value
- Attributes
-
UnityEngine.RangeAttribute UnityEngine.TooltipAttribute