EntityCreate.md

March 31, 2024 ยท View on GitHub

Friflo.Engine.ECS

Friflo.Engine.ECS

EntityCreate Struct

Is the event for event handlers added to OnEntityCreate.

public readonly struct EntityCreate

Remarks

These events are fired on CreateEntity().

Fields
EntityThe created Entity.
Properties
StoreThe EntityStore containing the created entity.
Methods
ToString()

Contents

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