This enum defines the possible anchor modes.
An anchor mode determines how an object is anchored to a given position within the map
Enumerator |
---|
VMEAnchorModeTopLeft | Anchor to the top left.
- Version
- 1.14
|
VMEAnchorModeTopCenter | Anchor to the top center.
- Version
- 1.14
|
VMEAnchorModeTopRight | Anchor to the top right.
- Version
- 1.14
|
VMEAnchorModeCenterLeft | Anchor to the center left.
- Version
- 1.14
|
VMEAnchorModeCenter | Anchor to the center.
- Version
- 1.14
|
VMEAnchorModeCenterRight | Anchor to the center right.
- Version
- 1.14
|
VMEAnchorModeBottomLeft | Anchor to the bottom left.
- Version
- 1.14
|
VMEAnchorModeBottomCenter | Anchor to the bottom center.
- Version
- 1.14
|
VMEAnchorModeBottomRight | Anchor to the bottom right.
- Version
- 1.14
|