Class AuxiliaryCommand
Command setting of auxiliary.
輔助物指令設定。
Inheritance
System.Object
AuxiliaryCommand
Namespace: Votanic.vXR.vGear
Assembly: Votanic.vXR.dll
Syntax
[Serializable]
public class AuxiliaryCommand
Fields
icon
Display icon of the command.
指令顯示圖示。
Declaration
[Tooltip("Display icon of the command.\n指令顯示圖示。")]
public int icon
Field Value
Type | Description |
---|---|
System.Int32 |
interaction
Interaction setting.
互動設定。
Declaration
[Tooltip("Interaction setting.\n互動設定。")]
public Interaction interaction
Field Value
Type | Description |
---|---|
Interaction |
name
Display name of the command.
指令顯示名稱。
Declaration
[Tooltip("Display name of the command.\n指令顯示名稱。")]
public string name
Field Value
Type | Description |
---|---|
System.String |