Click or drag to resize

TimeIntervalDisplayCondition Constructor

Overload List
  NameDescription
Public methodTimeIntervalDisplayCondition
Initializes a default time display condition. MinimumTime is set to JulianDate.MinValue and MaximumTime is set to JulianDate.MaxValue. With this interval, an object is always rendered regardless of the current animation time.
Public methodTimeIntervalDisplayCondition(TimeInterval)
Initializes a time display condition with a TimeInterval. This is equivalent to calling TimeIntervalDisplayCondition(JulianDate, JulianDate) with TimeInterval.Start and TimeInterval.Stop.
Public methodTimeIntervalDisplayCondition(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.
Top
See Also