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

DebugEventHandlers

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.

Contents

  1. 0.1Friflo.Engine.ECS.Entity
  2. 1Entity.DebugEventHandlers Property
  3. 1.1Remarks