The XRenderQueue type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| XRenderQueue |
Creates new XRenderQueue class instance.
|
Methods
| Name | Description | |
|---|---|---|
| Add | Overloaded. | |
| Clear |
Removes all objects from the render queue.
| |
| 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. | |
| GetHashCode | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. | |
| GetNewFromRenderablePool |
Returns the last unused XRenderableItem. If all objects are used, it creates a new one.
| |
| GetType | Gets the Type of the current instance. | |
| MemberwiseClone | Creates a shallow copy of the current 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 | (Inherited from Object.) |