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