Photon Plugins API Documentation v5.0RC1

Properties | List of all members
Photon.Hive.Plugin.SerializableActor Class Reference

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...
 

Detailed Description

A serializable room actor entry.

Property Documentation

◆ ActorNr

int Photon.Hive.Plugin.SerializableActor.ActorNr
getset

Number inside the room of the actor.

◆ Binary

string Photon.Hive.Plugin.SerializableActor.Binary
getset

Binary data of the actor.

◆ DeactivationTime

DateTime? Photon.Hive.Plugin.SerializableActor.DeactivationTime
getset

Timestamp of when the actor left the room and became inactive.

◆ DEBUG_BINARY

Dictionary<byte, object> Photon.Hive.Plugin.SerializableActor.DEBUG_BINARY
getset

Readable info about the actor for debug purposes.

◆ IsActive

bool? Photon.Hive.Plugin.SerializableActor.IsActive
getset

Indicates if the actor is currently joined to the room or not.

◆ Nickname

string Photon.Hive.Plugin.SerializableActor.Nickname
getset

Non-Unique name of the actor inside the room.

◆ UserId

string Photon.Hive.Plugin.SerializableActor.UserId
getset

Unique ID of the actor inside the room.