Packageaway3dlite.sprites
Classpublic class AlignmentType
InheritanceAlignmentType Inheritance Object

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.