Package | away3d.core.sort |
Interface | public interface IEntitySorter |
Implementors | RenderableMergeSort |
Method | Defined By | ||
---|---|---|---|
sort(collector:EntityCollector):void
Sort the potentially visible data in an EntityCollector for rendering. | IEntitySorter |
sort | () | method |
public function sort(collector:EntityCollector):void
Sort the potentially visible data in an EntityCollector for rendering.
Parameters
collector:EntityCollector — The EntityCollector object containing the potentially visible data.
|