JoystickController.ScaleSpeed Field

Definition

public: float ScaleSpeed;
[UnityEngine.Range(3E-05, 0.003)]
[UnityEngine.Tooltip("The scale multiplier for joystick input. Customize this value to get the right feel for your scenario.")]
public float ScaleSpeed;
[<UnityEngine.Range(3E-05, 0.003)>]
[<UnityEngine.Tooltip("The scale multiplier for joystick input. Customize this value to get the right feel for your scenario.")>]
val mutable ScaleSpeed : single
Public ScaleSpeed As Single 

Field Value

Single
Attributes
UnityEngine.RangeAttribute UnityEngine.TooltipAttribute

Applies to