OnEntityDestroyed

Property

Namespace: Ignis

Declared in: Ignis.IEntityManager


Fires when an entity gets destroyed.

Syntax

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

Back to index