Click or drag to resize

ISceneAnimationRunToTime Method

Runs the model until the specified time.

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
bool RunToTime(
	double time,
	RunMode runMode
)

Parameters

time  Double
The time to stop the model.
runMode  RunMode
Speed at which the model runs

Return Value

Boolean
True if successful
See Also