Click or drag to resize
DigitalRuneSkeletonKeyFrameAnimationITimelineCreateInstance Method
Creates an animation instance that can be used to play back the animation. (For internal use only.)

Namespace: DigitalRune.Animation.Character
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
AnimationInstance ITimeline.CreateInstance()

Return Value

Type: AnimationInstance
An AnimationInstance that can be used to play back the animation.

Implements

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