| Package | away3d.core.traverse |
| Class | public class SessionTraverser |
| Inheritance | SessionTraverser Traverser |
| Method | Defined by | ||
|---|---|---|---|
|
Creates a new
SessionTraverser object. | SessionTraverser | ||
|
Executed when the traverser is applied to the node.
| SessionTraverser | ||
![]() |
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.
| SessionTraverser | ||
| SessionTraverser | () | constructor |
public function SessionTraverser()
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.
|