Package | away3d.core.geom |
Class | public class PathDebug |
Inheritance | PathDebug Object |
Property | Defined By | ||
---|---|---|---|
_container : ObjectContainer3D | PathDebug | ||
display : Boolean
defines if the path data must be visible or not when path debug
| PathDebug | ||
showAnchors : Boolean
Defines if the anchors must be displayed in debugmode. | PathDebug |
Method | Defined By | ||
---|---|---|---|
Creates a new PathDebug object. | PathDebug | ||
clearDebug(b:Boolean):void
Removes and destroys the path visualisation
| PathDebug | ||
updateAnchorAt(index:int):void | PathDebug |
_container | property |
public var _container:ObjectContainer3D
display | property |
display:Boolean
defines if the path data must be visible or not when path debug
public function get display():Boolean
public function set display(value:Boolean):void
showAnchors | property |
showAnchors:Boolean
Defines if the anchors must be displayed in debugmode. if false, only curves are displayed
public function get showAnchors():Boolean
public function set showAnchors(value:Boolean):void
PathDebug | () | Constructor |
public function PathDebug(scene:Scene3D, path:Path)
Creates a new PathDebug
object.
scene:Scene3D — Scene3D. The scene to addchild the visualisation of the Path object
| |
path:Path — Path. The Path object to be displayed
|
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 |