The XRenderQueue type exposes the following members.

Constructors

  NameDescription
XRenderQueue
Creates new XRenderQueue class instance.

Methods

  NameDescription
AddOverloaded.
Clear
Removes all objects from the render queue.
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.)
GetNewFromRenderablePool
Returns the last unused XRenderableItem. If all objects are used, it creates a new one.
GetType

Gets the Type of the current instance.

(Inherited from Object.)
MemberwiseClone

Creates a shallow copy of the current Object.

(Inherited from Object.)
OnBeginRenderGroup
The method is called prior to the rendering the group queue.
OnEndRenderGroup
The method is called after the rendering the group queue.
OnRenderItem
Performs the very rendering of the renderable object item.
Render
Performs the scene rendering on the given device with the given setting.
RenderReset
Resets the rendering.
SetCamera
Sets the XCamera camera for the render queue.
ToString

Returns a String that represents the current Object.

(Inherited from Object.)

Properties

  NameDescription
Camera
Returns the current camera that the view is rendered with.
SyncRoot

See Also