Click or drag to resize
DigitalRuneIAnimationValueTraitsT Methods

The IAnimationValueTraitsT generic type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds the given animation values.
Public methodBeginBlend
Begins the interpolation of n animation values.
Public methodBlendNext
Blends the given animation value to the current value.
Public methodCopy
Copies the specified animation value.
Public methodCreate
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.)
Public methodEndBlend
Finalizes the interpolation of n animation values.
Public methodInterpolate
Performs a linear interpolation between two animation values.
Public methodInvert
Gets the inverse of an animation value.
Public methodMultiply
Multiplies an animation value by a given factor.
Public methodRecycle
Recycles an animation value.
Public methodReset
Public methodSet
Public methodSetIdentity
Gets the identity.
Top
See Also