# 블록이란 무엇인가요?

### 블록

더 샌드박스의 경험은 두 가지 유형의 오브젝트로 구성됩니다.

* **블록**은 랜드의 지형 건설에 이용됩니다.
* **애셋**은 적, 구조물, 아이템 등 랜드에 추가할 기능적 또는 장식물입니다.

게임 메이커에서 지형을 생성하는데 사용되는 **블록**은 덜 복잡한 유형의 요소입니다.

각 블록은 32x32x32 픽셀 크기이며 이는 1x1x1 미터와 동일합니다.

![](/files/XGAvu6jVcgCsKe5NxKse)

게임 메이커 상에서 지형 건설에 사용되는 블록은 위의 두 가지 오브젝트 종류보다는 간단합니다. 각 블록은 32x32x32 픽셀의 큐브 형태로, 1x1x1 미터와 동일합니다

게임 메이커에서 기본 블록을 제공하지만, 복스에딧을 이용하여 커스텀 블록을 제작할 수 있습니다. 복스에딧으로 커스텀 블록을 제작하는 방법은 복스에딧 깃북의 [**블록 에디터**](https://sandboxgame.gitbook.io/the-voxedit-acadmy_kr/block-editor/block-editor) 페이지를 참조하세요.

{% hint style="info" %}
L 키를 눌러 [**라이브러리**](https://sandboxgame.gitbook.io/the-game-maker-academy_kr/menus/library)를 열어 메뉴 왼쪽의 필터를 이용해 사용 가능한 모든 블록을 표시할 수 있습니다.
{% endhint %}


---

# 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/blocks.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.
