Photon Plugins API Documentation v5.0RC1

Public Member Functions | Properties | List of all members
Photon.Hive.Plugin.ProcessJoinParams Class Reference

Join options used in Photon.Hive.Plugin.IJoinGameCallInfo. More...

Public Member Functions

 ProcessJoinParams ()
 Constructor. More...
 

Properties

bool PublishCache [get, set]
 Indicates whether to send any cached events to the joining actor or not. More...
 
bool PublishJoinEvents [get, set]
 Indicates whether to broadcast actor join event or not. More...
 
Dictionary< byte, object > ResponseExtraParameters [get, set]
 Additional data to be returned to client in Join operation response. More...
 

Detailed Description

Join options used in Photon.Hive.Plugin.IJoinGameCallInfo.

Constructor & Destructor Documentation

◆ ProcessJoinParams()

Photon.Hive.Plugin.ProcessJoinParams.ProcessJoinParams ( )
inline

Constructor.

All properties are initialized to true.

Property Documentation

◆ PublishCache

bool Photon.Hive.Plugin.ProcessJoinParams.PublishCache
getset

Indicates whether to send any cached events to the joining actor or not.

◆ PublishJoinEvents

bool Photon.Hive.Plugin.ProcessJoinParams.PublishJoinEvents
getset

Indicates whether to broadcast actor join event or not.

◆ ResponseExtraParameters

Dictionary<byte, object> Photon.Hive.Plugin.ProcessJoinParams.ResponseExtraParameters
getset

Additional data to be returned to client in Join operation response.