Packageaway3d.core.traverse
Classpublic class TickTraverser
InheritanceTickTraverser Inheritance Traverser

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
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() Init Parameters
Method detail
enter()method
public override function enter(node:Object3D):void

Executed when the traverser enters the node.

Parameters
node:Object3D
Wiki link
Click to go to the wiki page for 'away3d.core.traverse.TickTraverser'

Code examples

Comments