Class ActorExtensions
Inheritance
ActorExtensions
Syntax
public static class ActorExtensions
Methods
Connect<TComponent, TMessage>(ActorSystemSetup, ActorSetup, ActorSetup)
Declaration
public static void Connect<TComponent, TMessage>(this ActorSystemSetup actorSystemSetup, ActorSetup outputActorSetup, ActorSetup inputActorSetup)
Parameters
Type Parameters
Name |
Description |
TComponent |
|
TMessage |
|
ConnectNet<T>(ActorSystemSetup, ActorSetup, ActorSetup)
Declaration
public static void ConnectNet<T>(this ActorSystemSetup actorSystemSetup, ActorSetup outputActorSetup, ActorSetup inputActorSetup)
Parameters
Type Parameters
ConnectRpc<T>(ActorSystemSetup, ActorSetup, ActorSetup)
Declaration
public static void ConnectRpc<T>(this ActorSystemSetup actorSystemSetup, ActorSetup outputActorSetup, ActorSetup inputActorSetup)
Parameters
Type Parameters
CreateActorSetup(ActorConfig)
Declaration
public static ActorSetup CreateActorSetup(this ActorConfig actorConfig)
Parameters
Returns
CreateActorSetup<T>(ActorSystemSetup)
Declaration
public static ActorSetup CreateActorSetup<T>(this ActorSystemSetup actorSystemSetup)
Parameters
Returns
Type Parameters
FindActor<T>(ReflectBootstrapper)
Declaration
public static T FindActor<T>(this ReflectBootstrapper reflectBootstrapper)
where T : class
Parameters
Returns
Type Parameters
GetActorConfig(ActorSystemSetup, ActorSetup)
Declaration
public static ActorConfig GetActorConfig(this ActorSystemSetup actorSystemSetup, ActorSetup actorSetup)
Parameters
Returns
GetActorConfig<T>(ActorSystemSetup)
Declaration
public static ActorConfig GetActorConfig<T>(this ActorSystemSetup actorSystemSetup)
Parameters
Returns
Type Parameters
GetActorSettings<T>(ActorSetup)
Declaration
public static T GetActorSettings<T>(this ActorSetup actorSetup)
where T : ActorSettings
Parameters
Returns
Type Parameters
GetActorSetup<T>(ActorSystemSetup)
Declaration
public static ActorSetup GetActorSetup<T>(this ActorSystemSetup actorSystemSetup)
Parameters
Returns
Type Parameters
GetComponentConfig<T>(ActorSystemSetup)
Declaration
public static ComponentConfig GetComponentConfig<T>(this ActorSystemSetup actorSystemSetup)
Parameters
Returns
Type Parameters
InstantiateAndStart(ReflectBootstrapper, ActorSystemSetup, IExposedPropertyTable, UnityProject, UnityUser)
Declaration
public static void InstantiateAndStart(this ReflectBootstrapper reflectBootstrapper, ActorSystemSetup actorSystemSetup, IExposedPropertyTable resolver = null, UnityProject unityProject = null, UnityUser unityUser = null)
Parameters