Skip to content

IEntityWorld.GetSystem() Method

Definition

Namespace: Brine2D.ECS

Gets a system of the specified type (checks all pipelines).

T? GetSystem<T>()
    where T : class;

Type parameters

T

Returns

T