horizontalOrigin
Gets or sets the horizontal origin of this billboard, which determines if the billboard is to the left, center, or right of its anchor position.
// Use a bottom, left origin
b.horizontalOrigin = HorizontalOrigin.LEFT;
b.verticalOrigin = VerticalOrigin.BOTTOM;
Content copied to clipboard