Property | Defined By | ||
---|---|---|---|
pControl : Vector3D | PathCommand | ||
pEnd : Vector3D | PathCommand | ||
pStart : Vector3D | PathCommand | ||
type : String | PathCommand |
Method | Defined By | ||
---|---|---|---|
PathCommand(type:String, pStart:Vector3D = null, pControl:Vector3D = null, pEnd:Vector3D = null) | PathCommand | ||
toString():String | PathCommand |
Constant | Defined By | ||
---|---|---|---|
CURVE : String = C [static] | PathCommand | ||
LINE : String = L [static] | PathCommand | ||
MOVE : String = M [static] | PathCommand |
pControl | property |
public var pControl:Vector3D
pEnd | property |
public var pEnd:Vector3D
pStart | property |
public var pStart:Vector3D
type | property |
public var type:String
PathCommand | () | Constructor |
public function PathCommand(type:String, pStart:Vector3D = null, pControl:Vector3D = null, pEnd:Vector3D = null)
type:String | |
pStart:Vector3D (default = null )
| |
pControl:Vector3D (default = null )
| |
pEnd:Vector3D (default = null )
|
toString | () | method |
public function toString():String
ReturnsString |
CURVE | Constant |
public static const CURVE:String = C
LINE | Constant |
public static const LINE:String = L
MOVE | Constant |
public static const MOVE:String = M