ISceneAnimationRunToTime Method |
Runs the model until the specified time.
Namespace: Demo3D.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxbool RunToTime(
double time,
RunMode runMode
)
Parameters
- time Double
- The time to stop the model.
- runMode RunMode
- Speed at which the model runs
Return Value
BooleanTrue if successful
See Also