Click or drag to resize
Ab4d.SharpEngine logo

SortedRenderingLayer Events

The SortedRenderingLayer type exposes the following members.

Events
 NameDescription
Public eventSortingCompleted RenderingLayerSortingCompleted event is called after this RenderingLayer is sorted. It allows the code in the event handler to change the order in which objects are rendered by changing the values in the provided SortedIndexes array (note: use renderingItems.Count to get number of items because SortedIndexes.Length may be to big).
Top
See Also