EntityEvent.md

February 25, 2024 ยท View on GitHub

Friflo.Engine.ECS

Friflo.Engine.ECS

EntityEvent Struct

The information about a structural change recorded by the EventRecorder.

public struct EntityEvent
Fields
ActionThe change type - add / remove - of a component / tag.
IdThe id of the changed entity.
KindThe kind - component / tag - of the structural change.
TypeIndexThe index in EntitySchema properties Components or Tags.
Methods
ToString()

Contents

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