IAnimationValueTraitsT Methods |
The IAnimationValueTraitsT generic type exposes the following members.
Name | Description | |
---|---|---|
Add |
Adds the given animation values.
| |
BeginBlend |
Begins the interpolation of n animation values.
| |
BlendNext |
Blends the given animation value to the current value.
| |
Copy |
Copies the specified animation value.
| |
Create |
Creates an animation value. (If the animation value is a heap object, then method reuses any
previously recycled instance or allocates a new instance if necessary.)
| |
EndBlend |
Finalizes the interpolation of n animation values.
| |
Interpolate |
Performs a linear interpolation between two animation values.
| |
Invert |
Gets the inverse of an animation value.
| |
Multiply |
Multiplies an animation value by a given factor.
| |
Recycle |
Recycles an animation value.
| |
Reset |
Resets the animation value of the given IAnimatablePropertyT.
| |
Set |
Sets the animation value of the given IAnimatablePropertyT.
| |
SetIdentity |
Gets the identity.
|