JoystickController.MoveSpeed Field

Definition

public: float MoveSpeed;
[UnityEngine.Range(0.0003, 0.03)]
[UnityEngine.Tooltip("The distance multiplier for joystick input. Customize this value to get the right feel for your scenario.")]
public float MoveSpeed;
[<UnityEngine.Range(0.0003, 0.03)>]
[<UnityEngine.Tooltip("The distance multiplier for joystick input. Customize this value to get the right feel for your scenario.")>]
val mutable MoveSpeed : single
Public MoveSpeed As Single 

Field Value

Single
Attributes
UnityEngine.RangeAttribute UnityEngine.TooltipAttribute

Applies to