ISorted | |
public interface ISortedRenderingLayer
The ISortedRenderingLayer type exposes the following members.
| Name | Description | |
|---|---|---|
| IsSortingEnabled | If true than RenderingLayer will be sorted. | |
| IsSortOrderDirty | Gets a Boolean that specified if sort order of RenderingItems is not correct and the Sort(RenderingContext, ICamera, Boolean) method needs to be called before getting the RenderingItems. | |
| SortingType | Gets a RenderingLayerSortTypes that specifies when the RenderingLayer needs to be resorted. |
| Name | Description | |
|---|---|---|
| GetUnsortedItems | Returns a ReadOnlyCollection that is a copy of the unsorted renderingItems. | |
| Sort | Sort items in rendering layer |