Package | away3d.core.sort |
Class | public class EntitySorterBase |
Subclasses | DepthSorter, RenderableSorter |
Method | Defined by | ||
---|---|---|---|
Sort the potentially visible data in an EntityCollector for rendering.
| EntitySorterBase |
sort | () | method |
public 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.
|