| 123456789101112131415161718192021 |
- .. include:: ../_header.rst
- Slice tool
- ~~~~~~~~~~
- This is a tool for changing the size of the slices of a `NineSlice <nine-slice-object.html>`_ object. You can activate it in the context menu, with the **Tools → Slice Tool** option. Or you can activate it in the Nine Slice properties section, by clicking the **Edit Slices** button:
- .. image:: ../images/scene-editor-slice-tool-edit-button-20230208.webp
- :alt: Activate the Slice tool.
- The tools shows four maniputaros for changing the size of the slices:
- .. image:: ../images/scene-editor-slice-tool-manipulators-20230208.webp
- :alt: Slice manipulators.
- If you want to change the width of the **left** and **rigth** slices at the same time and with the same value, you can press and hold the ``Shift`` key. It also applies to the height of the **top** and **bottom** slices.
- If the object is in a 3 slices mode, it only shows the manipulators for the width slices:
- .. image:: ../images/scene-editor-3-slice-tool-20230208.webp
- :alt: Nine Slice with 3 slices mode.
|