interface ActorInstance {
    actor: Actor;
    instanceId: number;
}

Properties

Properties

actor: Actor

The actor for this specific instance.

instanceId: number

The instance id of the specific actor instance.