Show / Hide Table of Contents

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.
不自動接收指令。

In This Article
Back to top Generated by DocFX