Skip to content

IEntityWorld.HasSystem() Method

Definition

Namespace: Brine2D.ECS

Checks if a system of the specified type exists in this world \(checks all pipelines\).

C#
bool HasSystem<T>()
    where T : class;

Type parameters

T

Returns

System.Boolean