Click or drag to resize
DigitalRuneSkeletonKeyFrameAnimationIAnimationCreateBlendAnimation Method

Namespace: DigitalRune.Animation.Character
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
BlendAnimation IAnimation.CreateBlendAnimation()

Return Value

Type: BlendAnimation
A new BlendAnimationT.

Implements

IAnimationCreateBlendAnimation
Exceptions
ExceptionCondition
AnimationException This animation is not frozen. Freeze must be called before the animation can be used.
See Also