> For the complete documentation index, see [llms.txt](https://docs.theseaai.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.theseaai.com/main/ch/gong-ju/layers.md).

# 图层

### 旋转图层

<figure><img src="/files/6c34a6a9a7df25b54e1bd4f851b919a946852455" alt=""><figcaption></figcaption></figure>

你可以从图层的角点手柄或边手柄旋转任何图层。旋转适用于图像、生成视觉内容、上传的素材和工具图层，包括超出场景画框的图层。

{% stepper %}
{% step %}

#### 选择图层

点击画布上的某个图层以将其选中。变换手柄会显示在其周围。
{% endstep %}

{% step %}

#### 移动到旋转手柄

将鼠标悬停在角点外侧，或图层上方的边手柄上。光标会变为旋转光标，表示你已进入旋转区域。
{% endstep %}

{% step %}

#### 拖动以旋转

按住并拖动即可围绕中心旋转图层。你转动时，一个角度标签会跟随光标并显示当前角度。
{% endstep %}

{% step %}

#### 松开以设置角度

松开即可应用旋转。图层会保留你设置的角度。
{% endstep %}
{% endstepper %}

{% hint style="info" %}
按住 **Shift** 可在旋转时吸附到最接近的 15° 增量。
{% endhint %}

***

### 翻转图层

<figure><img src="/files/fa06b02ca28d9f79d174400d1c585a3ff015a09e" alt=""><figcaption></figcaption></figure>

翻转会在原位镜像一个图层。图层会保持相同的位置、大小和边界框，且翻转会与已经应用的任何旋转相叠加。

{% stepper %}
{% step %}

#### 右键单击图层

右键单击一个已选中的图层以打开图层菜单。
{% endstep %}

{% step %}

#### 选择翻转方向

选择 <kbd><mark style="color:$primary;">**水平翻转**<mark style="color:$primary;"></kbd> 以左右镜像，或者 <kbd><mark style="color:$primary;">**垂直翻转**<mark style="color:$primary;"></kbd> 以上下镜像。

翻转会立即生效。
{% endstep %}
{% endstepper %}

{% hint style="info" %}
要撤销翻转，请使用常规撤销。连续两次按同一方向翻转会将图层恢复到原始状态。
{% endhint %}

***

### 常见问题

<details>

<summary><strong>我可以从缩放手柄精确旋转到指定角度吗？</strong></summary>

可以。将鼠标悬停在角点缩放手柄上并按住 **⌘ Command** （或 **Ctrl** 在 Windows 上）。按住该键时，角点会切换到旋转模式，拖动即可旋转图层。松开该键可返回缩放。

</details>

<details>

<summary><strong>我可以一次旋转多个图层吗？</strong></summary>

可以。选择一个组或多个图层，并将它们作为一个整体旋转。它们会围绕所选内容的中心旋转。

</details>

<details>

<summary><strong>为什么我看不到图层的翻转选项？</strong></summary>

翻转适用于图像、生成视觉内容、上传的素材、蒙版和产品素材。以下情况不会显示这些选项：

* 文本图层
* 组
* 已锁定图层
* 同时选中了多个图层

</details>

<details>

<summary><strong>当我继续编辑一个已翻转的图层时，会发生什么？</strong></summary>

你的任务不会有任何变化。翻转是就地变换，因此你当前进行的任务会继续以已翻转的图层作为当前状态。

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.theseaai.com/main/ch/gong-ju/layers.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
