| BlendAnimationTCreateInstance Method |
Creates an animation instance that can be used to play back the animation.
(For internal use only.)
Namespace: DigitalRune.AnimationAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public override AnimationInstance CreateInstance()
Public Overrides Function CreateInstance As AnimationInstance
public:
virtual AnimationInstance^ CreateInstance() override
abstract CreateInstance : unit -> AnimationInstance
override CreateInstance : unit -> AnimationInstance
Return Value
Type:
AnimationInstance
An
AnimationInstance that can be used to play back the animation.
Implements
ITimelineCreateInstanceITimelineCreateInstanceSee Also