SystemGroup.IsAncestorOf(BaseSystem).md
May 21, 2024 ยท View on GitHub
Friflo.Engine.ECS
Friflo.Engine.ECS.Systems.SystemGroup
SystemGroup.IsAncestorOf(BaseSystem) Method
Returns true if the group is an ancestor of the passed system.
public bool IsAncestorOf(Friflo.Engine.ECS.Systems.BaseSystem system);
Parameters
system BaseSystem