JoystickController.ReboundSpeed Field

Definition

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

Single
Attributes
UnityEngine.RangeAttribute UnityEngine.TooltipAttribute

Applies to