OnEntityComponentAdded

Property

Namespace: Ignis

Declared in: Ignis.IEntityManager


Fires after a component was added to an entity.

Syntax

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

Back to index