Package | away3d.core.base |
Class | public class VectorInstructionType |
Method | Defined by | ||
---|---|---|---|
VectorInstructionType |
Constant | Defined by | ||
---|---|---|---|
CURVE : String = "C" [static]
| VectorInstructionType | ||
LINE : String = "L" [static]
| VectorInstructionType | ||
MOVE : String = "M" [static]
| VectorInstructionType |
VectorInstructionType | () | constructor |
public function VectorInstructionType()
Init Parameters
CURVE | constant |
public static const CURVE:String = "C"
LINE | constant |
public static const LINE:String = "L"
MOVE | constant |
public static const MOVE:String = "M"