Click or drag to resize

TimeIntervalDisplayCondition Constructor (JulianDate, JulianDate)

Initializes a time display condition with the inclusive time interval [minimumTime, maximumTime]. When this display condition is assigned to an object, such as a primitive, the object is only rendered when the current animation time, SceneManager.Time, is within the interval.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public TimeIntervalDisplayCondition(
	JulianDate minimumTime,
	JulianDate maximumTime
)

Parameters

minimumTime
Type: AGI.Foundation.TimeJulianDate
The minimum time of the inclusive time interval.
maximumTime
Type: AGI.Foundation.TimeJulianDate
The maximum distance of the inclusive time interval.
See Also