Click or drag to resize

SceneManager.SetTime 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: 25.1.421.0 (25.1.421.0)
Syntax
public static void SetTime(
	JulianDate time
)

Parameters

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