OnEntityComponentRemoving

Property

Namespace: Ignis

Declared in: Ignis.IEntityManager


Fires before removing a component from an entity.

Syntax

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

Back to index