IEntityWorld.HasUpdateSystem() Method
Definition¶
Namespace: Brine2D.ECS
Checks if an update system of the specified type exists in this world.
bool HasUpdateSystem<T>()
where T : class, Brine2D.ECS.IUpdateSystem;
Type parameters¶
T