Skip to content

IEntityWorld.GetFixedUpdateSystem() Method

Definition

Namespace: Brine2D.ECS

Gets a fixed update system of the specified type.

T? GetFixedUpdateSystem<T>()
    where T : class, Brine2D.ECS.Systems.IFixedUpdateSystem;

Type parameters

T

Returns

T