Click or drag to resize
DigitalRuneAnimationController Methods

The AnimationController type exposes the following members.

Methods
  NameDescription
Public methodAutoRecycle
Automatically recycles the animation instances when the animation is stopped and removed from the animation system.
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodPause
Stops the animation from progressing.
Public methodRecycle
Recycles the animation instances associated with this controller.
Public methodResume
Resumes an animation that was previously paused.
Public methodStart
Starts the animation immediately.
Public methodStart(AnimationTransition)
Starts the animation using the specified transition.
Public methodStop
Stops the animation immediately.
Public methodStop(TimeSpan)
Stops the animation by fading it out over time.
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Public methodUpdateAndApply
Immediately evaluates the animation and applies the new animation values.
Top
See Also