Click or drag to resize
SoChildListTraverse Method
Overload List
  NameDescription
Public methodTraverse(SoAction)
Traverses all children to apply action. Stops if action's termination condition is reached.
Public methodTraverse(SoAction, SoNode)
Traverses just one node.
Public methodTraverse(SoAction, Int32)
Traverses just one child.
Public methodTraverse(SoAction, Int32, Int32)
Traverses all children between two indices, inclusive. Stops if action's termination condition is reached.
Top
See Also