Click or drag to resize
DigitalRuneAnimationHelperGetSubtree Method
Gets the subtree (the given AnimationInstance and all of its descendants in the animation tree).
Overload List
  NameDescription
Public methodStatic memberGetSubtree(AnimationInstance)
Gets the subtree (the given AnimationInstance and all of its descendants in the animation tree) using a depth-first search.
Public methodStatic memberGetSubtree(AnimationInstance, Boolean)
Gets the subtree (the given AnimationInstance and all of its descendants in the animation tree) using either a depth-first or a breadth-first search.
Top
See Also