ActorRuntimeLogTextFormatter.OnCreateActor method

Invoked when the specified actor has been created.

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

See Also