Property | Type | Description | |
---|---|---|---|
client | Client | ||
instance | |||
running | bool | ||
sendImmediate | bool |
Method | Description | |
---|---|---|
Activate ( Client _client ) : void | ||
AppUpdate ( bool connected ) : void | ||
DeliverByComponent ( Entity entity ) : void | ||
DeliverByDestination ( Entity entity ) : void | ||
Find ( string name ) : GameMachine.Core.UntypedActor | ||
Find ( string name, bool regional, bool remote ) : GameMachine.Core.UntypedActor | ||
FindRegional ( string name ) : GameMachine.Core.UntypedActor | ||
FindRemote ( string name ) : GameMachine.Core.UntypedActor | ||
RegisterActor ( GameMachine.Core.UntypedActor actor ) : void | ||
SetRegionClient ( Client client ) : void | ||
TellRemote ( Entity entity ) : void |
Method | Description | |
---|---|---|
Awake ( ) : void | ||
CreateMethodCache ( ) : void | ||
DeliverQueuedMessages ( ) : void | ||
Update ( ) : void |
public DeliverByComponent ( Entity entity ) : void | ||
entity | Entity | |
return | void |
public DeliverByDestination ( Entity entity ) : void | ||
entity | Entity | |
return | void |
public Find ( string name ) : GameMachine.Core.UntypedActor | ||
name | string | |
return | GameMachine.Core.UntypedActor |
public Find ( string name, bool regional, bool remote ) : GameMachine.Core.UntypedActor | ||
name | string | |
regional | bool | |
remote | bool | |
return | GameMachine.Core.UntypedActor |
public FindRegional ( string name ) : GameMachine.Core.UntypedActor | ||
name | string | |
return | GameMachine.Core.UntypedActor |
public FindRemote ( string name ) : GameMachine.Core.UntypedActor | ||
name | string | |
return | GameMachine.Core.UntypedActor |
public RegisterActor ( GameMachine.Core.UntypedActor actor ) : void | ||
actor | GameMachine.Core.UntypedActor | |
return | void |
public SetRegionClient ( Client client ) : void | ||
client | Client | |
return | void |
public static ActorSystem,GameMachine.Core instance | ||
return |