DisplayParameters Class |
Namespace: AGI.Foundation.Platforms
The DisplayParameters type exposes the following members.
| Name | Description | |
|---|---|---|
| DisplayParameters | Initializes a new instance of the DisplayParameters class |
| Name | Description | |
|---|---|---|
| Display |
Gets or sets the parameter indicating when the object should be displayed.
| |
| MaximumDistance |
Gets or sets the parameter indicating the maximum distance from
the Camera that the object can be and still be drawn.
| |
| MaximumPixelSize |
Gets or sets the parameter indicating the maximum pixel size that
the object can be and still be drawn.
| |
| MinimumDistance |
Gets or sets the parameter indicating the minimum distance from the
Camera that the object must be before it is drawn.
| |
| MinimumPixelSize |
Gets or sets the minimum pixel size the object must be in order to be drawn.
| |
| Scenes |
Gets or sets the parameter indicating the list of
Scenes that the object should be displayed in.
Leaving this property will cause the
object to be displayed in all scenes.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |