# FillDepthModeType

## Overview

FillDepthModeType는 UI 요소의 깊이 렌더링 모드를 지정하는 Enum입니다.

GuiBase 및 관련 UI 클래스에서 FillDepthModeType 속성으로 사용되며, 요소가 다른 3D 객체에 의해 가려졌을 때의 표시 방식을 결정합니다.

## Items

| Name                   | Value | Description                        |
| ---------------------- | ----- | ---------------------------------- |
| AlwaysOnTop            | 0     | 항상 최상위에 표시되며, 다른 객체에 의해 가려지지 않습니다. |
| VisibleWhenNotOccluded | 1     | 다른 객체에 가려지지 않았을 때만 표시됩니다.          |
| VisibleWhenOccluded    | 2     | 다른 객체에 가려졌을 때만 표시됩니다.              |

## See also

{% content-ref url="/pages/RhEBOx6RnFPWxrqXCwnT" %}
[Fill](/korean/development/api-reference/classes/fill.md)
{% endcontent-ref %}


---

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