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: 3.0.9208+3b2441d6a11f923f2600f40f4296bdc3d8b46035
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