# ホールレイヤー

## 概要

ホールレイヤーは、ワールドクリエイター内で直接ペイントするか、外部ソースからビットマップをインポートすることで、地形を貫通する洞窟やその他の構造物用の穴を追加できる機能です。&#x20;

## 結果

<div><figure><img src="/files/0e410cb1f42f28a45461a8adc2b808c2546f4b4a" alt=""><figcaption><p>山に洞窟の入り口を作る</p></figcaption></figure> <figure><img src="/files/f69b75481fa07374ddf5af8026350d3d5e7eb8a1" alt=""><figcaption><p>洞窟を含む全体の地形</p></figcaption></figure></div>

## レイヤーパラメーター

### マスクレイヤー設定

| ![](/files/94b36b6e08fb4a3d08c641713b2286c935c932da) | <ul><li><strong>マスクを表示</strong> <br>地形上にマスクを表示します。</li><li><strong>インポート/エクスポート</strong> <br>マスクのインポートまたはエクスポートを可能にします。</li><li><strong>編集</strong> <br>ブラシを使ってマスクを編集できます。</li></ul> |
| ---------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |

### エリア設定

エリア設定では、ホールレイヤーを地形上で自由に配置でき、地形に馴染ませるための簡単なコントロールを提供します。

| ![](/files/37022c15e50a3ac8bd2af268809de6c12fd80679) | <ul><li><strong>X/Y</strong><br>地形上のエリアの位置。</li><li><strong>エリアスケール</strong><br>エリアの大きさ。</li><li><strong>回転</strong><br>エリアの回転。</li><li><strong>地形に合わせる</strong><br>エリアを地形の全サイズに合わせます。</li><li><strong>ブレンド</strong><br>シェイプレイヤー全体の不透明度を制御します。</li><li><strong>ブレンドサイズ</strong><br>エリアにフェードインを追加します。</li><li><strong>ブレンドの丸み</strong><br>フェースの角を丸めます。</li></ul> |
| ---------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

## 編集パラメーター

これらのパラメーターは、ホールレイヤーが **編集** モードのときのみ利用可能です。

### ブラシツール <a href="#brush-tools" id="brush-tools"></a>

ホールを変更するためのシンプルなペイントツールです。クリックして希望のツールを選択し、その後マウスで描画します（地形上で左クリックを押してください）。以下の機能が利用可能です：

| <ul><li><strong>ペイント</strong><br>マスクに追加します。</li></ul>       | <ul><li><strong>消去</strong><br>マスクから削除します。</li></ul> |
| ----------------------------------------------------------- | ---------------------------------------------------- |
| <ul><li><strong>スムーズ</strong><br>ブラシ下のマスクを平均化します。</li></ul> |                                                      |

### 操作

操作は迅速かつ正確な変更を実施するために利用されます。各操作の機能については以下のリストを参照してください。

| <ul><li><strong>X反転</strong><br>マスクをX軸方向に反転します。</li></ul> | <ul><li><strong>Y反転</strong><br>マスクをY軸方向に反転します。</li></ul>  |
| --------------------------------------------------------- | ---------------------------------------------------------- |
| <ul><li><strong>左回転</strong><br>マスクを90°回転します。</li></ul>   | <ul><li><strong>右回転</strong><br>地形を90°回転します。</li></ul>     |
| <ul><li><strong>クリア</strong><br>マスク全体を0に設定します。</li></ul>  | <ul><li><strong>塗りつぶし</strong><br>マスク全体を1に設定します。</li></ul> |

### ブラシ設定

<table><thead><tr><th width="199.800048828125">プロパティ</th><th>説明</th></tr></thead><tbody><tr><td><strong>ブラシ</strong> </td><td>いくつかのプリインストールされたブラシを指定したり、自分のカスタムブラシをインポートできます。</td></tr><tr><td><strong>フォールオフモード</strong></td><td>異なるブラシフォールオフモードを提供します。</td></tr><tr><td><strong>ブラシ半径</strong></td><td>ブラシの半径。</td></tr><tr><td><strong>ブラシスムーズ</strong></td><td>ブラシスムージングのサイズ。</td></tr><tr><td><strong>ブラシ強度</strong></td><td>現在選択されているブラシの強さを制御します。</td></tr><tr><td><strong>回転</strong></td><td>ブラシパターンを回転させます。</td></tr><tr><td><strong>ランダム回転</strong></td><td>ブラシパターンにランダムな回転を追加します。</td></tr><tr><td><strong>描画方向に合わせる</strong></td><td>ブラシパターンを描画方向に合わせて向けます。</td></tr></tbody></table>


---

# Agent Instructions: 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:

```
GET https://docs.world-creator.com/ja/rifarensu/terrain/hole-layers.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
