Click or drag to resize

SceneManagerSetTime Method (JulianDate)

Set the current Time of all Scenes. If you know what the next Time will be, use the SetTime(JulianDate, JulianDate) method.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static void SetTime(
	JulianDate time
)

Parameters

time
Type: AGI.Foundation.TimeJulianDate
The current Time for all Scenes.
See Also