| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- .. include:: ../_header.rst
- Align layout tools
- ~~~~~~~~~~~~~~~~~~
- The Align tools provides shortcuts for laying out objects in the same line. The alignment line could be one of the following: **Left**, **Center**, **Right**, **Top**, **Middle**, and **Bottom**.
- Let's see the lines starting with this configuration:
- .. image:: ../images/scene-editor-layout-tools-align-start-07092021.webp
- :alt: Example start configuration.
- **Align Left**
- Align to the vertical line with a minimus X:
- .. image:: ../images/scene-editor-layout-tools-align-left-07092021.webp
- :alt: Align left.
- **Align Center**
- Align to the vertical line with the average X:
- .. image:: ../images/scene-editor-layout-tools-align-center-07092021.webp
- :alt: Align center.
- **Align Right**
- Align to the vertical line with a maximum X:
- .. image:: ../images/scene-editor-layout-tools-align-right-07092021.webp
- :alt: Align right.
- **Align Top**
- Align to the horizontal line with a minimus Y:
- .. image:: ../images/scene-editor-layout-tools-align-top-07092021.webp
- :alt: Align top.
- **Align Middle**
- Align to the horizontal line with the average Y:
- .. image:: ../images/scene-editor-layout-tools-align-middle-07092021.webp
- :alt: Align middle.
- **Align Bottom**
- Align to the horizontal line with a maximum Y:
- .. image:: ../images/scene-editor-layout-tools-align-bottom-07092021.webp
- :alt: Align bottom.
|