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

Returns

System.Boolean

Contents

  1. 0.1Friflo.Engine.ECS.Systems.SystemGroup
  2. 1SystemGroup.IsAncestorOf(BaseSystem) Method