Packageaway3d.core.traverse
Classpublic class TickTraverser
InheritanceTickTraverser Inheritance Traverser Inheritance Object

Traverser that fires a time-based method for all objects in scene



Public Properties
 PropertyDefined By
  now : int
Defines the current time in milliseconds from the start of the flash movie.
TickTraverser
Public Methods
 MethodDefined By
  
Creates a new TickTraverser object.
TickTraverser
 Inherited
apply(node:Object3D):void
Executed when the traverser is applied to the node.
Traverser
  
enter(node:Object3D):void
[override] Executed when the traverser enters the node.
TickTraverser
 Inherited
leave(node:Object3D):void
Executed when the traverser leaves the node.
Traverser
 Inherited
match(node:Object3D):Boolean
Determines if the specified node is required to be traversed.
Traverser
Property Detail
nowproperty
public var now:int

Defines the current time in milliseconds from the start of the flash movie.

Constructor Detail
TickTraverser()Constructor
public function TickTraverser()

Creates a new TickTraverser object.

####INIT####
Method Detail
enter()method
override public function enter(node:Object3D):void

Executed when the traverser enters the node.

Parameters

node:Object3D