| ITimelineCreateInstance 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 AnimationInstance CreateInstance()
Function CreateInstance As AnimationInstance
AnimationInstance^ CreateInstance()
abstract CreateInstance : unit -> AnimationInstance
Return Value
Type:
AnimationInstance
An
AnimationInstance that can be used to play back the animation.
See Also