Rendering |
The RenderingQueueSortingCompletedEventArgs type exposes the following members.
Name | Description | |
---|---|---|
RenderablePrimitives | Gets a list of RenderablePrimitive objects that are defined in the sorted RenderingQueue. | |
SortedIndexes | Gets an array of indexes that define the sorted order of the RenderablePrimitives. To provide custom sort order the event handler may change the indexes in this array. IMPORTANT: Never use SortedIndexes.Length - this array may be bigger then required. To get count of items always use RenderablePrimitives.Count. |