Click or drag to resize
DigitalRuneAnimationInstance Methods

The AnimationInstance type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreate
Creates an instance of the AnimationInstance 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.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(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.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnCompleted
Raises the Completed event.
Public methodRecycle
Recycles this animation instance (including all children).
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