Photon Server API Documentation v5.0RC1

Static Public Attributes | List of all members
Photon.Hive.HivePeer.JoinStages Class Reference

Static Public Attributes

const byte Connected = 0
 
const byte CreatingOrLoadingGame = 1
 
const byte ConvertingParams = 2
 
const byte CheckingCacheSlice = 3
 
const byte AddingActor = 4
 
const byte CheckAfterJoinParams = 5
 
const byte ApplyActorProperties = 6
 
const byte BeforeJoinComplete = 7
 
const byte GettingUserResponse = 8
 
const byte SendingUserResponse = 9
 
const byte PublishingEvents = 10
 
const byte EventsPublished = 11
 
const byte Complete = 12
 

Member Data Documentation

◆ AddingActor

const byte Photon.Hive.HivePeer.JoinStages.AddingActor = 4
static

◆ ApplyActorProperties

const byte Photon.Hive.HivePeer.JoinStages.ApplyActorProperties = 6
static

◆ BeforeJoinComplete

const byte Photon.Hive.HivePeer.JoinStages.BeforeJoinComplete = 7
static

◆ CheckAfterJoinParams

const byte Photon.Hive.HivePeer.JoinStages.CheckAfterJoinParams = 5
static

◆ CheckingCacheSlice

const byte Photon.Hive.HivePeer.JoinStages.CheckingCacheSlice = 3
static

◆ Complete

const byte Photon.Hive.HivePeer.JoinStages.Complete = 12
static

◆ Connected

const byte Photon.Hive.HivePeer.JoinStages.Connected = 0
static

◆ ConvertingParams

const byte Photon.Hive.HivePeer.JoinStages.ConvertingParams = 2
static

◆ CreatingOrLoadingGame

const byte Photon.Hive.HivePeer.JoinStages.CreatingOrLoadingGame = 1
static

◆ EventsPublished

const byte Photon.Hive.HivePeer.JoinStages.EventsPublished = 11
static

◆ GettingUserResponse

const byte Photon.Hive.HivePeer.JoinStages.GettingUserResponse = 8
static

◆ PublishingEvents

const byte Photon.Hive.HivePeer.JoinStages.PublishingEvents = 10
static

◆ SendingUserResponse

const byte Photon.Hive.HivePeer.JoinStages.SendingUserResponse = 9
static