Click or drag to resize

DisplayParameters Class

Defines parameters for determining when an object should be drawn in a Scene
Inheritance Hierarchy
SystemObject
  AGI.Foundation.PlatformsDisplayParameters

Namespace:  AGI.Foundation.Platforms
Assembly:  AGI.Foundation.Platforms.Graphics (in AGI.Foundation.Platforms.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public class DisplayParameters

The DisplayParameters type exposes the following members.

Constructors
  NameDescription
Public methodDisplayParameters
Initializes a new instance of the DisplayParameters class
Top
Properties
  NameDescription
Public propertyDisplay
Gets or sets the parameter indicating when the object should be displayed.
Public propertyMaximumDistance
Gets or sets the parameter indicating the maximum distance from the Camera that the object can be and still be drawn.
Public propertyMaximumPixelSize
Gets or sets the parameter indicating the maximum pixel size that the object can be and still be drawn.
Public propertyMinimumDistance
Gets or sets the parameter indicating the minimum distance from the Camera that the object must be before it is drawn.
Public propertyMinimumPixelSize
Gets or sets the minimum pixel size the object must be in order to be drawn.
Public propertyScenes
Gets or sets the 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.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also