IEntityWorld.Entities Property
Definition¶
Namespace: Brine2D.ECS
Gets all entities in the world.
System.Collections.Generic.IReadOnlyList<Brine2D.ECS.Entity> Entities { get; }
Namespace: Brine2D.ECS
Gets all entities in the world.
System.Collections.Generic.IReadOnlyList<Brine2D.ECS.Entity> Entities { get; }