Package | away3d.core.filter |
Class | public class ZSortFilter |
Inheritance | ZSortFilter Object |
Implements | IPrimitiveFilter |
Method | Defined By | ||
---|---|---|---|
Applies the filter to the primitive array. | ZSortFilter | ||
toString():String
Used to trace the values of a filter. | ZSortFilter |
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.
ReturnsString — A string representation of the filter object.
|