Skip to content

IEntityWorld.EntityDestroyed Event

Definition

Namespace: Brine2D.ECS

Fired just before an entity is removed from the world and its World reference is cleared.

C#
event Action<Entity>? EntityDestroyed;

Event Type

System.Action<Entity>