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[]);