OnEntityComponentRemoved

Property

Namespace: Ignis

Declared in: Ignis.IEntityManager


Fires after removing a component from an entity.

Syntax

public EventHandler<EntityComponentEventArgs> OnEntityComponentRemoved { public get; public set; }

Back to index