Enum AutoReceiveCommand
Auto receive command option.
自動接收指令選項。
Namespace: Votanic.vXR.vCast.Core
Assembly: Votanic.vXR.dll
Syntax
[Serializable]
public enum AutoReceiveCommand
Fields
| Name | Description |
|---|---|
| Both | Automatically receive all commands. |
| BuiltIn | Automatically receive all built-in commands. |
| Custom | Automatically receive all custom commands. |
| None | Do not automatically receive command. |