# 정렬

## 개요

정렬 기능을 사용하여 오브젝트들을 X, Y, Z 축을 기준으로 손쉽게 정렬할 수 있습니다.

## **Align Tool** 패널 표시

Align Tool은 OVERDARE Studio 최상단 탭 영역에서 **Model탭**을 선택하면 출력되는 **Align 버튼**을 클릭해서 표시할 수 있습니다.

<figure><img src="/files/5H1hGttgecNrDGjvDCrA" alt=""><figcaption></figcaption></figure>

## 사용 방법

정렬할 오브젝트를 선택한 다음, Align Tool 패널 내 다양한 **정렬 옵션**을 설정하고 **Align 버**튼을 누르면 정렬 적용이 완료됩니다.

<figure><img src="/files/3wSzfVT9g7mxafipa20Y" alt=""><figcaption></figcaption></figure>

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

## 정렬 옵션

### Space

정렬할 공간의 기준을 선택합니다.

<table><thead><tr><th width="211">구분</th><th>설명</th></tr></thead><tbody><tr><td>World</td><td>정렬의 기준이 되는 축이 World 기준이 됩니다.</td></tr><tr><td>Local</td><td>정렬의 기준이 되는 축이 Local Asset 기준이 됩니다.</td></tr></tbody></table>

### Relative To

정렬 기준을 선택합니다.\\

<table><thead><tr><th width="211">구분</th><th>설명</th></tr></thead><tbody><tr><td>Selection Bounds</td><td>복수 선택한 오브젝트들을 모두 포함하는 Bounding Box를 정렬 기준으로 설정합니다.</td></tr><tr><td>Active Object</td><td>복수 선택한 오브젝트 중, 활성화된 오브젝트를 정렬 기준으로 설정합니다.</td></tr></tbody></table>

### Align In

정렬 기준이 되는 축을 선택합니다. X, Y, Z 중 1개 이상의 축을 선택할 수 있습니다. \\

### Mode

최소, 중간, 최대 중 1개의 정렬값을 선택할 수 있습니다.

| Min                                                                     | Center                                                                     | Max                                                                     |
| ----------------------------------------------------------------------- | -------------------------------------------------------------------------- | ----------------------------------------------------------------------- |
| <img src="/files/EGhysOpH8MONE0T5YKEm" alt="" data-size="original">     | <img src="/files/HW4ZUPOfioBZidTKNgqp" alt="" data-size="original">        | <img src="/files/79Fb1urEQ2L2EW8dmq2l" alt="" data-size="original">     |
| <p>Relative To : Active Object</p><p>Align in : Z축</p><p>Mode : Min</p> | <p>Relative To : Active Object</p><p>Align in : Z축</p><p>Mode : Center</p> | <p>Relative To : Active Object</p><p>Align in : Z축</p><p>Mode : Max</p> |


---

# 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.overdare.com/korean/manual/studio-manual/game-development/align-tool.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.
