Click or drag to resize
DigitalRuneBlendAnimationT Methods

The BlendAnimationT generic type exposes the following members.

Methods
  NameDescription
Public methodCreateInstance
Creates an animation instance that can be used to play back the animation. (For internal use only.)
(Overrides BlendAnimationCreateInstance.)
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 methodGetAnimationTime
Gets the animation time for the specified time on the timeline.
(Inherited from BlendAnimation.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetState
Gets the state of the animation for the specified time on the timeline.
(Inherited from BlendAnimation.)
Public methodGetTotalDuration
Gets the total length of the timeline.
(Inherited from BlendAnimation.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue
Gets the value of the animation at the specified time.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Explicit Interface Implementations
See Also