Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 529 Bytes

EntityDisabledHandler(Entity).md

File metadata and controls

17 lines (11 loc) · 529 Bytes

EntityDisabledHandler(Entity) Delegate

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

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

Parameters

entity Entity

The disabled Entity.