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: 3.0.9208+3b2441d6a11f923f2600f40f4296bdc3d8b46035
Syntax
C#
public int[] SortedIndexes { get; }

Property Value

Int32
See Also