The XRenderContext type exposes the following members.

Constructors

  NameDescription
XRenderContext

Methods

  NameDescription
Equals

Determines whether the specified Object is equal to the current Object.

(Inherited from Object.)
Finalize

Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.

(Inherited from Object.)
GetHashCode

Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.

(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.)

Properties

  NameDescription
AudioInitialized
Indicates whether the SGP.DirectX.DirectMusic interface is initialized.
Camera
Gets or sets the XCamera camera that defines the position and the setting of the scene observer.
CameraChanged
Indicates whether the camera has changed.
CameraRenderDetail
Gets or sets the FillMode mode of filling 3D surfaces that is defined by the RenderDetail camera.
Caps
Gets or sets the device properties.
Device
Gets or sets the device where the rendering runs.
FreeLightIndex
Gets or sets the index of the first light that has not been rendered.
Height
Gets or sets the height of the rendered viewport.
Lights
Gets or sets the scene lights collection.
Listener
Gets or sets the listener object in the 3D space.
RenderStateManager
Gets or sets the render device RenderStateManager manager.
Screen
Gets or sets the XScreen screen where the rendering runs.
Time
Time of the world timer when the rendering has started.
UsingAudio
Width
Gets or sets the width of the rendered viewport.

See Also