The XRenderQueue class defines the render queue that the objects to be rendered are picked out from.
The XRenderQueue..::.XRenderTransparentGroupQueue type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | XRenderQueue..::.XRenderTransparentGroupQueue |
Creates new XRenderQueue..::.XRenderTransparentGroupQueue class instance.
|
Methods
Name | Description | |
---|---|---|
![]() | Add |
Adds the renderable object.
(Overrides XRenderQueue..::.XRenderGroupQueueBase..::.Add(IXRenderable, XCamera).) |
![]() | Clear |
Removes all elements from the collection.
(Overrides XRenderQueue..::.XRenderGroupQueueBase..::.Clear()()().) |
![]() | Compare |
Compares two objects.
(Overrides XRenderQueue..::.XRenderGroupQueueBase..::.Compare(IXRenderable, Int32).) |
![]() | 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 |
Checks the position of a renderable object in the collection.
(Overrides XRenderQueue..::.XRenderGroupQueueBase..::.FindIndex(IXRenderable).) |
![]() | 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.
(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.) |