Enum InputType
Input type of condition in behaviour.
 行為中條件的輸入類型。
Namespace: Votanic.vXR.vGear.Scenario
Assembly: Votanic.vXR.dll
Syntax
[Serializable]
public enum InputTypeFields
| Name | Description | 
|---|---|
| Down | Return true if the device is pressed.  | 
| Hold | Return true if the device is held for a while.  | 
| Press | Return true if the device is pressing.  | 
| Touch | Return true if the device is touched.  | 
| Up | Return true if the device is released.  | 
| Value | Return the value of the axes device.  |