# MaterialCategory

## Overview

MaterialCategory는 OVERDARE Studio에서 제공하는 머티리얼의 카테고리를 정의하는 Enum입니다. 재질의 종류와 용도에 따라 분류되어 머티리얼 선택 및 관리에 활용됩니다.

## Items

| Name         | Value | Description        |
| ------------ | ----- | ------------------ |
| Basic        | 0     | 기본 재질 카테고리입니다.     |
| Wood         | 1     | 나무 재질 카테고리입니다.     |
| Metal        | 2     | 금속 재질 카테고리입니다.     |
| Plastic      | 3     | 플라스틱 재질 카테고리입니다.   |
| Rock         | 4     | 바위/돌 재질 카테고리입니다.   |
| Special      | 5     | 특수 재질 카테고리입니다.     |
| PaintedMetal | 6     | 도장된 금속 재질 카테고리입니다. |
| PaintedWood  | 7     | 도장된 나무 재질 카테고리입니다. |
| Steel        | 8     | 철강 재질 카테고리입니다.     |
| Floor        | 9     | 바닥재 카테고리입니다.       |
| Ground       | 10    | 지면 재질 카테고리입니다.     |
| Grass        | 11    | 잔디 재질 카테고리입니다.     |
| Paving       | 12    | 포장재 카테고리입니다.       |
| Road         | 13    | 도로 재질 카테고리입니다.     |
| Brick        | 14    | 벽돌 재질 카테고리입니다.     |
| Concrete     | 15    | 콘크리트 재질 카테고리입니다.   |
| Roof         | 16    | 지붕 재질 카테고리입니다.     |
| Ceiling      | 17    | 천장 재질 카테고리입니다.     |
| Wall         | 18    | 벽면 재질 카테고리입니다.     |
| Tile         | 19    | 타일 재질 카테고리입니다.     |
| Fabric       | 20    | 직물 재질 카테고리입니다.     |
| Carpet       | 21    | 카펫 재질 카테고리입니다.     |
| Leather      | 22    | 가죽 재질 카테고리입니다.     |
| Rubber       | 23    | 고무 재질 카테고리입니다.     |
| Grid         | 24    | 격자 재질 카테고리입니다.     |


---

# 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/development/api-reference/enums/materialcategory.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.
