Packageaway3d.core.base
Classpublic class VectorInstructionType

Public Methods
 MethodDefined by
  
VectorInstructionType
Public Constants
 ConstantDefined by
  CURVE : String = "C"
[static]
VectorInstructionType
  LINE : String = "L"
[static]
VectorInstructionType
  MOVE : String = "M"
[static]
VectorInstructionType
Constructor detail
VectorInstructionType()constructor
public function VectorInstructionType() Init Parameters
Constant detail
CURVEconstant
public static const CURVE:String = "C"
LINEconstant 
public static const LINE:String = "L"
MOVEconstant 
public static const MOVE:String = "M"
Wiki link
Click to go to the wiki page for 'away3d.core.base.VectorInstructionType'

Code examples

Comments