Returns the system with of the specified type T.
public T FindSystem<T>(bool recursive)
where T : Friflo.Engine.ECS.Systems.BaseSystem;
T
recursive
System.Boolean
Returns the system with of the specified type T.
public T FindSystem<T>(bool recursive)
where T : Friflo.Engine.ECS.Systems.BaseSystem;
T
recursive
System.Boolean