Click or drag to resize
DigitalRuneAnimationHelperGetDescendants Method
Gets the descendants of the AnimationInstance in the animation tree.
Overload List
  NameDescription
Public methodStatic memberGetDescendants(AnimationInstance)
Gets the descendants of the AnimationInstance in the animation tree using a depth-first search.
Public methodStatic memberGetDescendants(AnimationInstance, Boolean)
Gets the descendants of the AnimationInstance in the animation tree using either a depth-first or a breadth-first search.
Top
See Also