ClusterInputType
Values to determine the type of input value to be expect from one entry of ClusterInput.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Enum
- Namespace: UnityEngine
- Assembly: UnityEngine.ClusterInputModule
public enum ClusterInputType
Fields
Value | Description |
|---|---|
| Axis | Device is an analog axis that provides continuous value represented by a float. |
| Button | Device that return a binary result of pressed or not pressed. |
| CustomProvidedInput | A user customized input. |
| Tracker | Device that provide position and orientation values. |