Photon Plugins API Documentation v5.0RC1

Properties | List of all members
Photon.Hive.Plugin.ISetPropertiesFailedCallInfo Interface Reference

Base interface of argument passed to OnSetPropertiesFailed callback. More...

Inheritance diagram for Photon.Hive.Plugin.ISetPropertiesFailedCallInfo:
Photon.Hive.Plugin.ITypedCallInfo< ISetPropertiesRequest >

Properties

int ActorNr [get]
 Number of the actor triggering the callback call. More...
 
- Properties inherited from Photon.Hive.Plugin.ITypedCallInfo< ISetPropertiesRequest >
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...
 

Detailed Description

Base interface of argument passed to OnSetPropertiesFailed callback.

Property Documentation

◆ ActorNr

int Photon.Hive.Plugin.ISetPropertiesFailedCallInfo.ActorNr
get

Number of the actor triggering the callback call.