| AnimationClipTCreateInstance 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 AnimationInstance CreateInstance()
Public Function CreateInstance As AnimationInstance
public:
virtual AnimationInstance^ CreateInstance() sealed
abstract CreateInstance : unit -> AnimationInstance
override CreateInstance : unit -> AnimationInstance
Return Value
Type:
AnimationInstance
An
AnimationInstance that can be used to play back the animation.
Implements
ITimelineCreateInstanceSee Also