 |
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.CommonAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
Syntaxpublic int[] SortedIndexes { get; }Property Value
Int32
See Also