| AnimationTransitionsReplace Method (AnimationInstance) |
Replaces the specified animation with the new animation. The new animation takes effect
immediately. The previous animation is 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(
AnimationInstance previousAnimation
)
Public Shared Function Replace (
previousAnimation As AnimationInstance
) As AnimationTransition
public:
static AnimationTransition^ Replace(
AnimationInstance^ previousAnimation
)
static member Replace :
previousAnimation : AnimationInstance -> AnimationTransition
Parameters
- previousAnimation
- Type: DigitalRune.AnimationAnimationInstance
The animation that should be replaced.
Return Value
Type:
AnimationTransitionThe
AnimationTransition.
See Also