Entity.DebugEventHandlers.md
February 25, 2024 ยท View on GitHub
Friflo.Engine.ECS
Friflo.Engine.ECS.Entity
Entity.DebugEventHandlers Property
Return event and signal handlers added to the entity.
public Friflo.Engine.ECS.DebugEventHandlers DebugEventHandlers { get; }
Property Value
Remarks
Note:
Should be used only for debugging as it allocates arrays and do multiple Dictionary lookups.
No allocations or lookups are made in case TypeCount is 0.