Click or drag to resize

SceneManager.Time Property

Gets the current time of all Scenes. To set the current time, use the SetTime(JulianDate) or SetTime(JulianDate, JulianDate) methods.

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 JulianDate Time { get; }

Property Value

Type: JulianDate
See Also