Enum IdentityDisplay
Identity display option.
識別器顯示選項。
Namespace: Votanic.vXR.vGear.Networking
Assembly: Votanic.vXR.dll
Syntax
public enum IdentityDisplay
Fields
| Name | Description |
|---|---|
| BothID | Display all IDs. |
| BothIdentity | Display all names and IDs. |
| BothName | Display all names. |
| None | Display nothing. |
| OthersID | Display others IDs. |
| OthersIdentity | Display others names and IDs. |
| OthersName | Display others names. |
| OwnID | Display own ID. |
| OwnIdentity | Display own name and ID. |
| OwnName | Display own name. |