This document is archived and information here might be outdated. Recommended version. |
Plays the enabled animation tracks in the given viewer (in all if null).
[Visual Basic .NET] Public Sub ApplyTracks ( _ ByVal pViewer As ISceneViewer, _ ByVal time As Double, _ ByVal duration As Double _ )
[C#] public void ApplyTracks ( ISceneViewer pViewer, double time, double duration );
[C++]
HRESULT ApplyTracks(
ISceneViewer* pViewer,
double time,
double duration
);
[C++] Parameters pViewer [in]
pViewer is a parameter of type ISceneViewer* time [in]
time is a parameter of type double duration [in]
duration is a parameter of type double