OnEntityCreated

Property

Namespace: Ignis

Declared in: Ignis.IEntityManager


Fires when an entity gets created.

Syntax

public EventHandler<EntityIdEventArgs> OnEntityCreated { public get; public set; }

Back to index