Click or drag to resize

SceneManagerSetTime Method (JulianDate, JulianDate)

Set the current Time of all Scenes, with a hint for what the next Time will be.

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,
	JulianDate nextTime
)

Parameters

time
Type: AGI.Foundation.TimeJulianDate
The current Time for all Scenes.
nextTime
Type: AGI.Foundation.TimeJulianDate
A hint for what the next Time for all Scenes will be.
See Also