| AnimationTransitionsReplace Method |
Replaces all existing animations with the new animation. The new animation takes effect
immediately. The previous animations are stopped and removed from the animation system.
Namespace: DigitalRune.AnimationAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public static AnimationTransition Replace()
Public Shared Function Replace As AnimationTransition
public:
static AnimationTransition^ Replace()
static member Replace : unit -> AnimationTransition
Return Value
Type:
AnimationTransitionThe
AnimationTransition.
See Also