Click or drag to resize
Ab4d.SharpEngine logo

ISortedRenderingLayer Interface

ISortedRenderingLayer interface defines methods that are used by RenderingLayer that support sorting of its items.

Namespace: Ab4d.SharpEngine.RenderingLayers
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 1.0.8740+deb2991acfe86a95cca780cd4f82bcae2805c1a5
Syntax
C#
public interface ISortedRenderingLayer

The ISortedRenderingLayer type exposes the following members.

Properties
 NameDescription
Public propertyIsSortingEnabled If true than RenderingLayer will be sorted.
Public propertyIsSortOrderDirty 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.
Public propertySortingType Gets a RenderingLayerSortTypes that specifies when the RenderingLayer needs to be resorted.
Top
Methods
 NameDescription
Public methodGetUnsortedItems Returns a ReadOnlyCollection that is a copy of the unsorted renderingItems.
Public methodSort Sort items in rendering layer
Top
See Also