Click or drag to resize
Ab4d.SharpEngine logo

RenderingLayerSortingCompletedEventArgsSortedIndexes Property

Gets an array of indexes that define the sorted order of the RenderingItem. 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 RenderingItem.Count.

Namespace: Ab4d.SharpEngine.Common
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 1.0.8740+deb2991acfe86a95cca780cd4f82bcae2805c1a5
Syntax
C#
public int[] SortedIndexes { get; }

Property Value

Int32
See Also