Package | away3d.core.sort |
Class | public class DepthSorter |
Inheritance | DepthSorter EntitySorterBase |
Method | Defined by | ||
---|---|---|---|
DepthSorter
()
Creates a RenderableSorter objects
| DepthSorter | ||
Sort the potentially visible data in an EntityCollector for rendering.
| DepthSorter |
DepthSorter | () | constructor |
public function DepthSorter()
Init Parameters
sort | () | method |
public override function sort(collector:EntityCollector):void
Sort the potentially visible data in an EntityCollector for rendering.
Parameterscollector:EntityCollector — The EntityCollector object containing the potentially visible data.
|