HorizontalOrigin

The horizontal location of an origin relative to an object, e.g., a Billboard or Label. For example, setting the horizontal origin to LEFT or RIGHT will display a billboard to the left or right (in screen space) of the anchor position.


Properties:
Name Type Description
CENTER Number The origin is at the horizontal center of the object.
LEFT Number The origin is on the left side of the object.
RIGHT Number The origin is on the right side of the object.
See:

Members

static constant Cesium.HorizontalOrigin.CENTER : Number

The origin is at the horizontal center of the object.

static constant Cesium.HorizontalOrigin.LEFT : Number

The origin is on the left side of the object.
Default Value: 1

static constant Cesium.HorizontalOrigin.RIGHT : Number

The origin is on the right side of the object.
Default Value: -1