Packageaway3d.core.sort
Classpublic class EntitySorterBase
InheritanceEntitySorterBase Inheritance Object
Subclasses RenderableMergeSort

EntitySorterBase provides an abstract base class to sort geometry information in an EntityCollector object for rendering.



Public Methods
 MethodDefined By
  
sort(collector:EntityCollector):void
Sort the potentially visible data in an EntityCollector for rendering.
EntitySorterBase
Method Detail
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.