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.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
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
Remarks

[Missing <remarks> documentation for "T:Ab4d.SharpEngine.RenderingLayers.ISortedRenderingLayer"]

See Also