Method WalkTreeWithDepth(Action<StructureTreeNode, int>, int)

Assembly: redb.Core.dll
public void WalkTreeWithDepth(Action<StructureTreeNode, int> visitor, int currentDepth = 0)