Packageaway3dlite.sprites
Classpublic class AlignmentType

Holds the accepted values for the alignment property in the Sprite3D class.

See also

away3dlite.sprites.Sprite3D.alignment
Public Constants
 ConstantDefined by
  VIEWPLANE : String = "viewplane"
[static] Aligns the sprite parallel to the plane of the viewport.
AlignmentType
  VIEWPOINT : String = "viewpoint"
[static] Aligns the sprite so that it faces the camera object.
AlignmentType
Constant detail
VIEWPLANEconstant
public static const VIEWPLANE:String = "viewplane"

Aligns the sprite parallel to the plane of the viewport.

VIEWPOINTconstant 
public static const VIEWPOINT:String = "viewpoint"

Aligns the sprite so that it faces the camera object.

Wiki link
Click to go to the wiki page for 'away3dlite.sprites.AlignmentType'

Code examples

Comments