> For the complete documentation index, see [llms.txt](https://docs.overdare.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.overdare.com/korean/development/api-reference/enums/humanoiddisplaydistancetype.md).

# HumanoidDisplayDistanceType

## Overview

캐릭터의 이름 UI를 다른 플레이어에게 어떻게 표시할지 정의하는 열거형입니다.

## Items

| Name    | Value | Description                                            |
| ------- | ----- | ------------------------------------------------------ |
| Viewer  | 0     | 이름 UI를 표시합니다. 별도의 거리 지정 없이 엔진 기본 표시 거리(1500cm)를 사용합니다. |
| Subject | 1     | 이름 UI를 표시합니다. 별도의 거리 지정 없이 엔진 기본 표시 거리(1500cm)를 사용합니다. |
| None    | 2     | 이름 UI를 항상 표시하지 않습니다.                                   |

## See also

{% content-ref url="/pages/tGT9IdiJo5SczI6Va0ej" %}
[Humanoid](/korean/development/api-reference/classes/humanoid.md)
{% endcontent-ref %}
