SystemGroup.FindSystem_T_(bool).md

May 21, 2024 ยท View on GitHub

Friflo.Engine.ECS

Friflo.Engine.ECS.Systems.SystemGroup

SystemGroup.FindSystem(bool) Method

Returns the system with of the specified type T.

public T FindSystem<T>(bool recursive)
    where T : Friflo.Engine.ECS.Systems.BaseSystem;

Type parameters

T

Parameters

recursive System.Boolean

Returns

T

Contents

  1. 0.1Friflo.Engine.ECS.Systems.SystemGroup
  2. 1SystemGroup.FindSystem(bool) Method