SystemGroup.FindGroup(string,bool).md
May 21, 2024 ยท View on GitHub
Friflo.Engine.ECS
Friflo.Engine.ECS.Systems.SystemGroup
SystemGroup.FindGroup(string, bool) Method
Returns the group with the specified name.
public Friflo.Engine.ECS.Systems.SystemGroup FindGroup(string name, bool recursive);
Parameters
name System.String
recursive System.Boolean