EntitiesChanged.EntityIds.md

February 25, 2024 ยท View on GitHub

Friflo.Engine.ECS

Friflo.Engine.ECS.EntitiesChanged

EntitiesChanged.EntityIds Property

public System.Collections.Generic.IReadOnlySet<int> EntityIds { get; }

Property Value

System.Collections.Generic.IReadOnlySet<System.Int32>

Remarks

Use GetEntityById(int) to get the Entity. E.g.

var entity = store.GetEntityById(args.EntityIds[]);

Contents

  1. 0.1Friflo.Engine.ECS.EntitiesChanged
  2. 1EntitiesChanged.EntityIds Property
  3. 1.1Remarks