Show / Hide Table of Contents

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.
只顯示自身名稱。

In This Article
Back to top Generated by DocFX