Click or drag to resize
AB4D logo

RenderingQueueSortingCompletedEventArgs Properties

The RenderingQueueSortingCompletedEventArgs type exposes the following members.

Properties
 NameDescription
Public propertyRenderablePrimitives Gets a list of RenderablePrimitive objects that are defined in the sorted RenderingQueue.
Public propertySortedIndexes 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.
Top
See Also