> 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/jp/tsru/layers.md).

# レイヤー

### レイヤーを回転

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

コーナーハンドルまたはアームハンドルから、任意のレイヤーを回転できます。回転は、画像、生成ビジュアル、アップロードしたアセット、ツールレイヤーに対応しており、シーンフレームの外側まで広がるレイヤーにも適用できます。

{% stepper %}
{% step %}

#### レイヤーを選択

キャンバス上のレイヤーをクリックして選択します。すると、その周りに変形ハンドルが表示されます。
{% endstep %}

{% step %}

#### 回転ハンドルに移動

コーナーのすぐ外側、またはレイヤー上部のアームハンドルにカーソルを合わせます。回転ゾーンに入ると、カーソルが回転用カーソルに変わります。
{% endstep %}

{% step %}

#### ドラッグして回転

押したままドラッグすると、レイヤーを中心に回転できます。向きを変えると、角度バッジがカーソルに追従して現在の角度を表示します。
{% endstep %}

{% step %}

#### 離して角度を確定

離すと回転が適用されます。レイヤーには設定した角度が保持されます。
{% endstep %}
{% endstepper %}

{% hint style="info" %}
押しながら **Shift** を押すと、最も近い15°刻みにスナップします。
{% endhint %}

***

### レイヤーを反転

<figure><img src="/files/0ff4e2267549a3f2c156e3fc0620b81d9415d7c2" alt=""><figcaption></figcaption></figure>

反転すると、レイヤーをその場で鏡映します。位置、サイズ、境界ボックスはそのままで、反転はすでに適用されている回転とも組み合わさります。

{% stepper %}
{% step %}

#### レイヤーを右クリック

1つだけ選択したレイヤーを右クリックすると、レイヤーメニューが開きます。
{% 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" %}
反転を元に戻すには、通常の元に戻す操作を使ってください。同じ方向に2回反転すると、レイヤーは元の状態に戻ります。
{% endhint %}

***

### FAQ

<details>

<summary><strong>リサイズハンドルから正確な角度に回転できますか？</strong></summary>

はい。コーナーのリサイズハンドルにカーソルを合わせて、 **⌘ Command** （または **Ctrl** WindowsではCtrl）を押し続けます。キーを押している間はコーナーが回転モードに切り替わり、ドラッグするとレイヤーが回転します。キーを離すとリサイズに戻ります。

</details>

<details>

<summary><strong>複数のレイヤーを同時に回転できますか？</strong></summary>

はい。グループまたは複数のレイヤーを選択して、1つの単位として回転できます。回転は、選択範囲全体の中心を軸に行われます。

</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/jp/tsru/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.
