> For the complete documentation index, see [llms.txt](https://docs.world-creator.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.world-creator.com/ko/reference/terrain/distributions/pattern/maze.md).

# 미로

## 개요

미로 분포는 미로 패턴을 생성합니다.

## 매개변수

<table><thead><tr><th width="199.7999267578125">속성</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>오프셋 X/Z</strong></td><td>미로를 x/z 위치로 이동시킵니다.</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>

## 결과

<div><figure><img src="/files/284809b8e9750e167158f35d4454f8990028221c" alt=""><figcaption></figcaption></figure> <figure><img src="/files/27c01204b82f3b0ea6fe711696d8f66179472e25" alt=""><figcaption></figcaption></figure></div>


---

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

```
GET https://docs.world-creator.com/ko/reference/terrain/distributions/pattern/maze.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.
