Skip to content

IEntityWorld.HasFixedUpdateSystem() Method

Definition

Namespace: Brine2D.ECS

Checks if a fixed update system of the specified type exists in this world.

bool HasFixedUpdateSystem<T>()
    where T : class, Brine2D.ECS.Systems.IFixedUpdateSystem;

Type parameters

T

Returns

System.Boolean