Skip to main content

IActorInternal

Extended actor interface that exposes internal services and initialization.

Namespace: ControlBee.Interfaces

Extends: IActor

Properties

NameTypeDescription
VariableManagerIVariableManagerThe variable manager for this actor.
PositionAxesMapIPositionAxesMapThe position-to-axes mapping for this actor.
TimeManagerITimeManagerThe time manager used by this actor.
UiIActor?The UI actor associated with this actor, or null.

Methods

Init

Initializes the actor with the given configuration.

void Init(ActorConfig config);

Parameters:

  • config — The configuration containing all required services and factories.

See Also