Click or drag to resize
AB4D logo

SortedRenderablePrimitiveRenderingQueue Events

The SortedRenderablePrimitiveRenderingQueue type exposes the following members.

Events
 NameDescription
Public eventSortingCompleted RenderingQueueSortingCompleted event is called after this RenderingQueue 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 RenderablePrimitives.Count to get number of items because SortedIndexes.Length may be to big).
Top
See Also