JoystickController.MoveSpeed 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 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
- Attributes
-
UnityEngine.RangeAttribute UnityEngine.TooltipAttribute