Package | away3d.core.traverse |
Class | public class ProjectionTraverser |
Inheritance | ProjectionTraverser Traverser Object |
Method | Defined By | ||
---|---|---|---|
Creates a new ProjectionTraverser object. | ProjectionTraverser | ||
[override] | ProjectionTraverser | ||
[override]
Executed when the traverser enters the node. | ProjectionTraverser | ||
[override] | ProjectionTraverser | ||
[override]
Determines if the specified node is required to be traversed. | ProjectionTraverser |
view | property |
view:View3D
Defines the view being used.
public function get view():View3D
public function set view(value:View3D):void
ProjectionTraverser | () | Constructor |
public function ProjectionTraverser()
Creates a new ProjectionTraverser
object.
apply | () | method |
enter | () | method |
override public function enter(node:Object3D):void
Executed when the traverser enters the node.
Parameters
node:Object3D |
leave | () | method |
match | () | method |
override public function match(node:Object3D):Boolean
Determines if the specified node is required to be traversed.
Parameters
node:Object3D — The 3d object to be tested.
|
Boolean — The result of the test.
|