Photon Server API Documentation
v5.0RC1
A serializable room actor entry. More...
Properties | |
| int | ActorNr [get, set] |
| Number inside the room of the actor. More... | |
| string | UserId [get, set] |
| Unique ID of the actor inside the room. More... | |
| string | Nickname [get, set] |
| Non-Unique name of the actor inside the room. More... | |
| bool? | IsActive [get, set] |
| Indicates if the actor is currently joined to the room or not. More... | |
| string | Binary [get, set] |
| Binary data of the actor. More... | |
| DateTime? | DeactivationTime [get, set] |
| Timestamp of when the actor left the room and became inactive. More... | |
| Dictionary< byte, object > | DEBUG_BINARY [get, set] |
| Readable info about the actor for debug purposes. More... | |
A serializable room actor entry.
|
getset |
Number inside the room of the actor.
|
getset |
Binary data of the actor.
|
getset |
Timestamp of when the actor left the room and became inactive.
|
getset |
Readable info about the actor for debug purposes.
|
getset |
Indicates if the actor is currently joined to the room or not.
|
getset |
Non-Unique name of the actor inside the room.
|
getset |
Unique ID of the actor inside the room.