IActorRuntimeLog.OnCreateStateMachine method

Invoked when the specified state machine has been created.

public void OnCreateStateMachine(ActorId id, string creatorName, string creatorType)
parameter description
id The id of the state machine that has been created.
creatorName The name of the creator, or null.
creatorType The type of the creator, or null.

See Also