Packageaway3d.core.geom
Classpublic class PathDebug

displays the path information

Public Properties
 PropertyDefined by
  _container : ObjectContainer3D
PathDebug
  display : Boolean
PathDebug
  showAnchors : Boolean
PathDebug
Public Methods
 MethodDefined by
  
PathDebug
(scene:Scene3D, path:Path)
Creates a new PathDebug object.
PathDebug
  
clearDebug(b:Boolean):void
Removes and destroys the path visualisation
PathDebug
  
updateAnchorAt(index:int):void
PathDebug
Property detail
_containerproperty
public var _container:ObjectContainer3D
displayproperty 
display:Boolean  [read-write]Implementation
    public function get display():Boolean
    public function set display(value:Boolean):void
showAnchorsproperty 
showAnchors:Boolean  [read-write]Implementation
    public function get showAnchors():Boolean
    public function set showAnchors(value:Boolean):void
Constructor detail
PathDebug()constructor
public function PathDebug(scene:Scene3D, path:Path)Parameters
scene:Scene3D — scene Scene3D. The scene to addchild the visualisation of the Path object
 
path:Path — path Path. The Path object to be displayed
Init Parameters
Method detail
clearDebug()method
public function clearDebug(b:Boolean):void

Removes and destroys the path visualisation

Parameters
b:Boolean
updateAnchorAt()method 
public function updateAnchorAt(index:int):void Parameters
index:int
Wiki link
Click to go to the wiki page for 'away3d.core.geom.PathDebug'

Code examples

Comments