Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 524 Bytes

EntityCreatedHandler(Entity).md

File metadata and controls

17 lines (11 loc) · 524 Bytes

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.