IEntityWorld.UpdateSystems Property
Definition¶
Namespace: Brine2D.ECS
Gets all update systems in this world.
System.Collections.Generic.IReadOnlyList<Brine2D.ECS.IUpdateSystem> UpdateSystems { get; }
Namespace: Brine2D.ECS
Gets all update systems in this world.
System.Collections.Generic.IReadOnlyList<Brine2D.ECS.IUpdateSystem> UpdateSystems { get; }