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 | |
|---|---|
| Kind | The type of the event handlers: build-in events or custom signals. |
| Type | The System.Type used for an event / signal handler. |
| Properties | |
|---|---|
| Count | Number of event handlers for a specific event Type added to an entity. |
| Methods | |
|---|---|
| ToString() |