Click or drag to resize
DigitalRuneAnimationInstanceT Methods

The AnimationInstanceT generic type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreate
Creates an instance of the AnimationInstanceT class. (This method reuses a previously recycled instance or allocates a new instance if necessary.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInvalidate
Invalidates the current state of the animation.
(Inherited from AnimationInstance.)
Public methodRecycle
Recycles this instance of the AnimationInstance class.
(Overrides AnimationInstanceRecycle.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodGetAncestors
Gets the ancestors of the AnimationInstance in the animation tree.
(Defined by AnimationHelper.)
Public Extension MethodGetDescendantsOverloaded.
Gets the descendants of the AnimationInstance in the animation tree using a depth-first search.
(Defined by AnimationHelper.)
Public Extension MethodGetDescendants(Boolean)Overloaded.
Gets the descendants of the AnimationInstance in the animation tree using either a depth-first or a breadth-first search.
(Defined by AnimationHelper.)
Public Extension MethodGetLeaves
Gets the leaves of the AnimationInstance in the animation tree.
(Defined by AnimationHelper.)
Public Extension MethodGetRoot
Returns the root instance of an animation tree.
(Defined by AnimationHelper.)
Public Extension MethodGetSelfAndAncestors
Gets the AnimationInstance and its ancestors in the animation tree.
(Defined by AnimationHelper.)
Public Extension MethodGetSubtreeOverloaded.
Gets the subtree (the given AnimationInstance and all of its descendants in the animation tree) using a depth-first search.
(Defined by AnimationHelper.)
Public Extension MethodGetSubtree(Boolean)Overloaded.
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.
(Defined by AnimationHelper.)
Top
Explicit Interface Implementations
See Also