EntityDelete.md

March 31, 2024 ยท View on GitHub

Friflo.Engine.ECS

Friflo.Engine.ECS

EntityDelete Struct

Is the event for event handlers added to OnEntityDelete.

public readonly struct EntityDelete

Remarks

These events are fired on DeleteEntity().

Fields
EntityThe entity that will be deleted.
Properties
StoreThe EntityStore of the entity that will be deleted.
Methods
ToString()

Contents

  1. 0.1Friflo.Engine.ECS
  2. 1EntityDelete Struct
  3. 1.1Remarks