Show / Hide Table of Contents

Class InputDetail

Input setting of condition in behaviour.
行為中條件的輸入設定。

Inheritance
System.Object
InputDetail
Namespace: Votanic.vXR.vGear.Scenario
Assembly: Votanic.vXR.dll
Syntax
[Serializable]
public class InputDetail

Fields

action

Input type of condition in behaviour.
行為中條件的輸入類型。

Declaration
public InputType action
Field Value
Type Description
InputType

axisDirection

Axis direction of axes device.
軸群裝置按住的方向。

Declaration
public AxisDirection axisDirection
Field Value
Type Description
AxisDirection

device

Input device type of condition in behaviour.
行為中條件的輸入裝置類型。

Declaration
public InputDevice device
Field Value
Type Description
InputDevice

deviceIndex

The device index in IO system.
輸入輸出系統中裝置的編號。

Declaration
public int deviceIndex
Field Value
Type Description
System.Int32

keyCode

Keycode of keyboard device.
鍵盤裝置的按鍵編碼。

Declaration
public KeyCode keyCode
Field Value
Type Description
UnityEngine.KeyCode

keyIndex

The input index of the device.
裝置的輸入編號。

Declaration
public int keyIndex
Field Value
Type Description
System.Int32

reversed

Reverse the result if true.
當 true 時反轉結果。

Declaration
public bool reversed
Field Value
Type Description
System.Boolean
In This Article
Back to top Generated by DocFX