Skip to content

IEntityWorld.GetUpdateSystem() Method

Definition

Namespace: Brine2D.ECS

Gets an update system of the specified type.

T? GetUpdateSystem<T>()
    where T : class, Brine2D.ECS.IUpdateSystem;

Type parameters

T

Returns

T