The XRenderQueue class defines the render queue that the objects to be rendered are picked out from.
            
The XRenderQueue..::.XRenderGroupQueueBase type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| XRenderQueue..::.XRenderGroupQueueBase | 
            Creates new XRenderQueue..::.XRenderGroupQueueBase class instance.
              | 
Methods
| Name | Description | |
|---|---|---|
| Add | 
            Adds the renderable object.
              | |
| Clear | 
            Removes all element from the collection.
              | |
| Compare | 
            Compares two objects.
              | |
| Equals | (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.  | |
| FindIndex | 
            Gets the renderable object position in the collection.
              | |
| GetHashCode | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.  | |
| GetType | Gets the Type of the current instance.  | |
| MemberwiseClone | Creates a shallow copy of the current Object.  | |
| ToString | (Inherited from Object.) | 
Properties
| Name | Description | |
|---|---|---|
| Count | 
            Gets collection items count.
              | |
| Group | 
            Returns the render group of this collection.
              | |
| Item | 
            Returns the renderable item at the position index.
              |