IEntityWorld.GetFixedUpdateSystem() Method Definition Namespace: Brine2D.ECS Gets a fixed update system of the specified type. C#T? GetFixedUpdateSystem<T>() where T : class, Brine2D.ECS.Systems.IFixedUpdateSystem; Type parameters T Returns T