JoystickController.ReboundSpeed 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 ReboundSpeed;
[UnityEngine.Range(1, 20)]
[UnityEngine.Tooltip("The speed at which the JoystickVisual and GrabberVisual move / rotate back to a neutral position.")]
public float ReboundSpeed;
[<UnityEngine.Range(1, 20)>]
[<UnityEngine.Tooltip("The speed at which the JoystickVisual and GrabberVisual move / rotate back to a neutral position.")>]
val mutable ReboundSpeed : single
Public ReboundSpeed As Single
Field Value
- Attributes
-
UnityEngine.RangeAttribute UnityEngine.TooltipAttribute