DebugEventHandler.md

February 25, 2024 ยท View on GitHub

Friflo.Engine.ECS

Friflo.Engine.ECS

DebugEventHandler Struct

Used as item type in DebugEventHandlers providing the number of handlers for a specific event Type.

public readonly struct DebugEventHandler
Fields
KindThe type of the event handlers: build-in events or custom signals.
TypeThe System.Type used for an event / signal handler.
Properties
CountNumber of event handlers for a specific event Type added to an entity.
Methods
ToString()

Contents

  1. 0.1Friflo.Engine.ECS
  2. 1DebugEventHandler Struct