Package | away3d.core.traverse |
Class | public class LightTraverser |
Inheritance | LightTraverser Traverser |
Method | Defined by | ||
---|---|---|---|
Creates a new
LightTraverser object. | LightTraverser | ||
Executed when the traverser is applied to the node.
| LightTraverser | ||
Executed when the traverser enters the node.
| Traverser | ||
Executed when the traverser leaves the node.
| Traverser | ||
Determines if the specified node is required to be traversed.
| LightTraverser |
LightTraverser | () | constructor |
public function LightTraverser()
Init Parameters
apply | () | method |
public override function apply(node:Object3D):void
Executed when the traverser is applied to the node.
Parametersnode:Object3D |
match | () | method |
public override function match(node:Object3D):Boolean
Determines if the specified node is required to be traversed.
Parametersnode:Object3D — The 3d object to be tested.
|
Boolean — The result of the test.
|