Click or drag to resize
AB4D logo

ISortedRenderingQueue Interface

ISortedRenderingQueue interface defines methods that are used by RenderingQueue that support sorting of its items.

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public interface ISortedRenderingQueue

The ISortedRenderingQueue type exposes the following members.

Properties
 NameDescription
Public propertyIsSortingEnabled If true than sortable RenderQueues will be sorted.
Public propertySortingType Gets a RenderingQueueSorterType that specifies when the RenderingQueue needs to be resorted.
Top
Methods
 NameDescription
Public methodSort Sort items in rendering queue
Top
See Also