AnimationInstance Methods |
The AnimationInstance type exposes the following members.
Name | Description | |
---|---|---|
Create |
Creates an instance of the AnimationInstance class. (This method reuses a
previously recycled instance or allocates a new instance if necessary.)
| |
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Invalidate |
Invalidates the current state of the animation.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnCompleted |
Raises the Completed event.
| |
Recycle |
Recycles this animation instance (including all children).
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
GetAncestors |
Gets the ancestors of the AnimationInstance in the animation tree.
(Defined by AnimationHelper.) | |
GetDescendants | Overloaded.
Gets the descendants of the AnimationInstance in the animation tree using a
depth-first search.
(Defined by AnimationHelper.) | |
GetDescendants(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.) | |
GetLeaves |
Gets the leaves of the AnimationInstance in the animation tree.
(Defined by AnimationHelper.) | |
GetRoot |
Returns the root instance of an animation tree.
(Defined by AnimationHelper.) | |
GetSelfAndAncestors |
Gets the AnimationInstance and its ancestors in the animation tree.
(Defined by AnimationHelper.) | |
GetSubtree | Overloaded.
Gets the subtree (the given AnimationInstance and all of its descendants in the
animation tree) using a depth-first search.
(Defined by AnimationHelper.) | |
GetSubtree(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.) |
Name | Description | |
---|---|---|
IAnimatableObjectGetAnimatablePropertyT |
Gets the property with given name and type which can be animated.
| |
IAnimatableObjectGetAnimatedProperties |
Gets the properties which are currently being animated.
|