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