![]() | AnimationInstanceT Methods |
The AnimationInstanceT generic type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Create |
Creates an instance of the AnimationInstanceT class. (This method reuses a
previously recycled instance or allocates a new instance if necessary.)
|
![]() | Equals | (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.
(Inherited from AnimationInstance.) |
![]() | Recycle |
Recycles this instance of the AnimationInstance class.
(Overrides AnimationInstanceRecycle.) |
![]() | 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.
(Inherited from AnimationInstance.) |
![]() ![]() | IAnimatableObjectGetAnimatedProperties |
Gets the properties which are currently being animated.
(Inherited from AnimationInstance.) |