TimeIntervalDisplayCondition Class |
Namespace: AGI.Foundation.Graphics
The TimeIntervalDisplayCondition type exposes the following members.
Name | Description | |
---|---|---|
TimeIntervalDisplayCondition |
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.
| |
TimeIntervalDisplayCondition(TimeInterval) |
Initializes a time display condition with a TimeInterval.
This is equivalent to calling
TimeIntervalDisplayCondition(JulianDate, JulianDate)
with TimeInterval.Start and
TimeInterval.Stop.
| |
TimeIntervalDisplayCondition(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.
|
Name | Description | |
---|---|---|
MaximumTime |
Gets or sets the maximum time of the inclusive time interval.
| |
MinimumTime |
Gets or sets the minimum time of the inclusive time interval.
|
Name | Description | |
---|---|---|
Dispose | (Inherited from DisplayCondition.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |