verticalOrigin

Gets or sets the vertical origin of this billboard, which determines if the billboard is to the above, below, or at the center of its anchor position.

// Use a bottom, left origin
b.horizontalOrigin = HorizontalOrigin.LEFT;
b.verticalOrigin = VerticalOrigin.BOTTOM;

See also