Packageaway3d.core.filter
Classpublic class ZSortFilter
InheritanceZSortFilter Inheritance Object
Implements IPrimitiveFilter

Sorts drawing primitives by z coordinate.



Public Methods
 MethodDefined By
  
filter(renderer:Renderer):void
Applies the filter to the primitive array.
ZSortFilter
  
toString():String
Used to trace the values of a filter.
ZSortFilter
Method Detail
filter()method
public function filter(renderer:Renderer):void

Applies the filter to the primitive array.

Parameters

renderer:Renderer — The primitives to be filtered.

toString()method 
public function toString():String

Used to trace the values of a filter.

Returns
String — A string representation of the filter object.