The XRenderQueue class defines the render queue that the objects to be rendered are picked out from.

The XRenderQueue..::.XRenderMaterialGroupQueue type exposes the following members.

Constructors

Methods

  NameDescription
Add
Adds the renderable object.
(Inherited from XRenderQueue..::.XRenderGroupQueueBase.)
Clear
Removes all element from the collection.
(Inherited from XRenderQueue..::.XRenderGroupQueueBase.)
Compare
Compares two objects.
(Overrides XRenderQueue..::.XRenderGroupQueueBase..::.Compare(IXRenderable, Int32).)
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.)
FindIndex
Gets the renderable object position in the collection.
(Inherited from XRenderQueue..::.XRenderGroupQueueBase.)
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
Count
Gets collection items count.
(Inherited from XRenderQueue..::.XRenderGroupQueueBase.)
Group
Returns the render group of this collection.
(Inherited from XRenderQueue..::.XRenderGroupQueueBase.)
Item
Returns the renderable item at the position index.
(Inherited from XRenderQueue..::.XRenderGroupQueueBase.)

See Also