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
Namespace: Brine2D.ECS
Gets a system of the specified type (checks all pipelines).
T? GetSystem<T>()
where T : class;
T