IActorInternal
Extended actor interface that exposes internal services and initialization.
Namespace: ControlBee.Interfaces
Extends: IActor
Properties
| Name | Type | Description |
|---|---|---|
VariableManager | IVariableManager | The variable manager for this actor. |
PositionAxesMap | IPositionAxesMap | The position-to-axes mapping for this actor. |
TimeManager | ITimeManager | The time manager used by this actor. |
Ui | IActor? | 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.