EntityCreatedHandler(Entity).md
March 19, 2022 ยท View on GitHub
DefaultEcs
DefaultEcs
EntityCreatedHandler(Entity) Delegate
Represents the method that will called when an Entity is created.
public delegate void EntityCreatedHandler(in DefaultEcs.Entity entity);
Parameters
entity Entity
The created Entity.