> 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/ji-neng/rrtogaido.md).

# ルーラーとガイド

## 使うタイミング

使い方 **ルーラーとガイド** 配置やサイズを正確に合わせる必要があるとき — 「なんとなく合って見える」ではなく:

* 商品、テキスト、図形、ロゴをシーン全体で一貫して整列させるとき。
* 要素の正確なサイズや、シーン内の要素間の距離を確認するとき。
* Beachsideを離れずに、正確なレイアウト作業を行うとき。<br>

***

## 使い方

{% stepper %}
{% step %}

#### をクリックしてください <i class="fa-ruler" style="color:$primary;">:ruler:</i> <kbd><mark style="color:$primary;">**ルーラーとガイド**<mark style="color:$primary;"></kbd> トグル

プレイグラウンド右下にあります。代わりに、キーボードショートカット <kbd><mark style="color:$primary;">**Shift + R**<mark style="color:$primary;"></kbd> でオン/オフを切り替えられます

<figure><img src="/files/106d42ab4e9d6c6a2397bfb68f01d309bf4e4a26" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### 新しいガイドを作成

* からドラッグして **上部** または **左** ルーラーからガイドをプレイグラウンド上へ引き出します。
* からドラッグして **左上隅** で両方の **水平** と **垂直** ガイドを同時に引き出しま&#x3059;**.**

ドラッグすると、ガイドのピクセル位置がルーラー上に表示されるため、正確に配置できます。
{% endstep %}

{% step %}

#### 距離の読み方

ルーラーの距離ラベルは、常に現在の作業対象を示し、 **ハイライト帯** が各ルーラーに表示され、読み取りやすくなっています。

* **何も選択されていない場合** → プレイグラウンドの左上隅から計測されます。
* **シーンが選択されている場合** → そのシーンの左上隅から計測されます。
* **レイヤーが選択されている場合** → それでもシーンの隅から計測されるため、レイヤーがそのシーン内のどこにあるかを確認できます。
  {% endstep %}

{% step %}

#### ガイドを削除

* 削除 **1つのガイド** — 元のルーラーにドラッグして戻すか、クリックして選択し、 <kbd><mark style="color:$primary;">**Delete**<mark style="color:$primary;"></kbd> キー。
* 削除 **すべてのガイド** — ルーラーを右クリックし、 **上部** または **左** を選択してください **すべてのガイドを削除。**
  {% endstep %}
  {% endstepper %}

***

## FAQ

<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/jp/ji-neng/rrtogaido.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.
