Photon Plugins API Documentation v5.0RC1

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

A serializable container of exluded (explicitly removed) actor info. More...

Properties

string UserId [get, set]
 Unique User ID of the removed actor. More...
 
byte Reason [get, set]
 Code of the reason of the actor's removal from the room. RemoveActorReason More...
 

Detailed Description

A serializable container of exluded (explicitly removed) actor info.

Property Documentation

◆ Reason

byte Photon.Hive.Plugin.ExcludedActorInfo.Reason
getset

Code of the reason of the actor's removal from the room. RemoveActorReason

◆ UserId

string Photon.Hive.Plugin.ExcludedActorInfo.UserId
getset

Unique User ID of the removed actor.