Package | away3d.core.traverse |
Class | public class TickTraverser |
Inheritance | TickTraverser Traverser |
Property | Defined by | ||
---|---|---|---|
now : int
Defines the current time in milliseconds from the start of the flash movie.
| TickTraverser |
Method | Defined by | ||
---|---|---|---|
Creates a new
TickTraverser object. | TickTraverser | ||
Executed when the traverser is applied to the node.
| Traverser | ||
Executed when the traverser enters the node.
| TickTraverser | ||
Executed when the traverser leaves the node.
| Traverser | ||
Determines if the specified node is required to be traversed.
| Traverser |
now | property |
public var now:int
Defines the current time in milliseconds from the start of the flash movie.
TickTraverser | () | constructor |
public function TickTraverser()
Init Parameters
enter | () | method |
public override function enter(node:Object3D):void
Executed when the traverser enters the node.
Parametersnode:Object3D |