Packageaway3d.core.project
Classpublic class ProjectorType

Public Constants
 ConstantDefined by
  CONVEX_BLOCK : String = "ConvexBlock"
[static]
ProjectorType
  DIR_SPRITE : String = "DirSprite"
[static]
ProjectorType
  DOF_SPRITE : String = "DofSprite"
[static]
ProjectorType
  MESH : String = "Mesh"
[static]
ProjectorType
  MOVIE_CLIP_SPRITE : String = "MovieClipSprite"
[static]
ProjectorType
  OBJECT_CONTAINER : String = "ObjectContainer"
[static]
ProjectorType
  SPRITE : String = "Sprite"
[static]
ProjectorType
Constant detail
CONVEX_BLOCKconstant
public static const CONVEX_BLOCK:String = "ConvexBlock"
DIR_SPRITEconstant 
public static const DIR_SPRITE:String = "DirSprite"
DOF_SPRITEconstant 
public static const DOF_SPRITE:String = "DofSprite"
MESHconstant 
public static const MESH:String = "Mesh"
MOVIE_CLIP_SPRITEconstant 
public static const MOVIE_CLIP_SPRITE:String = "MovieClipSprite"
OBJECT_CONTAINERconstant 
public static const OBJECT_CONTAINER:String = "ObjectContainer"
SPRITEconstant 
public static const SPRITE:String = "Sprite"
Wiki link
Click to go to the wiki page for 'away3d.core.project.ProjectorType'

Code examples

Comments