User Properties |
The User type exposes the following members.
| Name | Description | |
|---|---|---|
| AOIEntryPoint |
Returns the entry point of this user in the current user's AoI.
| |
| Id |
Indicates the id of this user.
| |
| IsItMe |
Indicates if this User object represents the current client.
| |
| IsPlayer |
Indicates whether this user is a player (playerId greater than 0) in the last joined Room or not.
| |
| IsSpectator |
Indicates whether this user is a spectator (playerId lower than 0) in the last joined Room or not.
| |
| Name |
Indicates the name of this user.
| |
| PlayerId |
Returns the id of this user as a player in a Game Room.
| |
| PrivilegeId |
Returns the id which identifies the privilege level of this user.
| |
| Properties |
Defines a generic utility object that can be used to store custom user data.
| |
| UserManager |
Returns a reference to the User Manager which manages this user.
|