# 브러쉬 툴 이용하기

### 브러시 도구

장면에 추가할 블록의 전체 모양과 크기를 변경할 수 있는 브러시는 **자유(Free)**, **다이아몬드(Diamond)**, **사각(Square)**, **구체(Sphere)**&#xC758; 네 가지로 구성되어 있습니다.

블록을 선택하면 화면의 우측 상단에서 브러시 유형을 변경할 수 있습니다.

브러시를 선택하면 브러시의 **너비**, **높이**, **깊이** 또한 변경 가능합니다.

### 자유 브러시(Free Brush)

자유 브러시는 블록 선택 시 기본으로 설정되는 유형의 브러시입니다. 이 브러시를 이용해 블록을 하나씩 배치하거나 선택 항목을 클릭 후 드래그하여 넓은 영역에 배치할 수 있습니다.

### 다이아몬드 브러시(Diamond Brush)

다이아몬드를 선택하면 블록이 단일 블록과는 다른 형태로 나타납니다. ‘고급(Advanced)’ 설정의 슬라이더를 이용하여 설정을 조정할 수 있습니다.

* 블록이 다이아몬드 형태로 배치됩니다.
* 고급 브러시 파라미터를 통해 너비, 높이, 깊이를 설정할 수 있습니다.

### 사각 브러시(Square Brush)

아래 항목을 제외하고 자유 브러시와 동일한 형태로 블록을 배치합니다.

* 블록이 사각형으로 배치됩니다.
* 고급 브러시 파라미터를 통해 너비, 높이, 깊이를 설정할 수 있습니다.

### 구체 브러시(Sphere Brush)

아래 항목을 제외하고 자유 브러시와 동일한 형태로 블록을 배치합니다.

* 블록이 구체로 배치됩니다.
* 고급 브러시 파라미터를 통해 너비, 높이, 깊이를 설정할 수 있습니다.


---

# 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.sandbox.game/the-game-maker-academy_kr/building-your-world/block-placement-from-a-to-z.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.
