Photon Plugins API Documentation
v5.0RC1
Base interface of argument passed to OnJoinGame callback. More...
Properties | |
| int | ActorNr [get] |
| Number of the actor joining the room. More... | |
| ProcessJoinParams | JoinParams [get] |
| Join parameters added by server to indicate how this join call should be processed. More... | |
Properties inherited from Photon.Hive.Plugin.ITypedCallInfo< IJoinGameRequest > | |
| RequestType | Request [get] |
| string | UserId [get] |
| User ID of the actor triggering the call. More... | |
| string | Nickname [get] |
| NickName of the actor triggering the call. More... | |
| object | AuthResultsToken [get] |
| Dictionary< string, object > | AuthCookie [get] |
| AuthCookie of the actor triggering the call. More... | |
Base interface of argument passed to OnJoinGame callback.
|
get |
Number of the actor joining the room.
|
get |
Join parameters added by server to indicate how this join call should be processed.