Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 529 Bytes

EntityDisposedHandler(Entity).md

File metadata and controls

17 lines (11 loc) · 529 Bytes

EntityDisposedHandler(Entity) Delegate

Represents the method that will called when an Entity is disposed.

public delegate void EntityDisposedHandler(in DefaultEcs.Entity entity);

Parameters

entity Entity

The disposed Entity.