Skip to content

Commit

Permalink
Engine - ECS: removed obsolete method Entity.HasTreeNode()
Browse files Browse the repository at this point in the history
  • Loading branch information
friflo committed Jul 22, 2024
1 parent 731a2c6 commit 78a1550
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Engine/src/ECS/Entity.cs
Original file line number Diff line number Diff line change
Expand Up @@ -548,9 +548,6 @@ internal bool TryGetTreeNode(out TreeNode node)
node = ((StructHeap<TreeNode>)heap).components[compIndex];
return true;
}

internal bool HasTreeNode () => archetype.heapMap[StructInfo<TreeNode>.Index] != null;

#endregion


Expand Down

0 comments on commit 78a1550

Please sign in to comment.