The vertical location of an origin relative to an object, e.g., a

Billboard
or Label. For example, setting the vertical origin to TOP
or BOTTOM will display a billboard above or below (in screen space)
the anchor position.

Properties:
| Name | Type | Description |
|---|---|---|
CENTER |
number | The origin is at the vertical center between BASELINE and TOP. |
BOTTOM |
number | The origin is at the bottom of the object. |
BASELINE |
number | If the object contains text, the origin is at the baseline of the text, else the origin is at the bottom of the object. |
TOP |
number | The origin is at the top of the object. |
See:
Members
If the object contains text, the origin is at the baseline of the text, else the origin is at the bottom of the object.
-
Default Value:
2
The origin is at the bottom of the object.
-
Default Value:
1
The origin is at the vertical center between
BASELINE and TOP.
The origin is at the top of the object.
-
Default Value:
-1
