OnEntityDestroying

Property

Namespace: Ignis

Declared in: Ignis.IEntityManager


Fires when an entity is being destroyed (before components removal).

Syntax

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

Back to index