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