# RollOffMode

## Overview

RollOffMode는 사운드 소스(BasePart 또는 Attachment)와 플레이어의 위치 간 거리에 따라 사운드가 어떻게 감쇠되는지를 정의하는 Enum입니다.

Sound의 RollOffMode 속성에서 사용되며, 3D 사운드의 거리 기반 볼륨 감소 방식을 제어합니다.

## Items

| Name           | Value | Description                                                                     |
| -------------- | ----- | ------------------------------------------------------------------------------- |
| Inverse        | 0     | 역 거리 관계를 사용하여 현실적인 사운드 감쇠를 시뮬레이션합니다.                                            |
| Linear         | 1     | RollOffMinDistance와 RollOffMaxDistance 사이에서 선형적으로 사운드를 페이드 아웃합니다.               |
| LinearSquare   | 2     | Linear와 유사하지만 거리 제곱 관계를 사용하여 더 빠르게 페이드 아웃합니다.                                   |
| InverseTapered | 3     | RollOffMinDistance 근처에서는 역 관계를 결합하고, RollOffMaxDistance 근처에서는 제곱 선형 페이드를 사용합니다. |

## Options

| Name           | Value | Description                                                                     |
| -------------- | ----- | ------------------------------------------------------------------------------- |
| Inverse        | 0     | 역 거리 관계를 사용하여 현실적인 사운드 감쇠를 시뮬레이션합니다.                                            |
| Linear         | 1     | RollOffMinDistance와 RollOffMaxDistance 사이에서 선형적으로 사운드를 페이드 아웃합니다.               |
| LinearSquare   | 2     | Linear와 유사하지만 거리 제곱 관계를 사용하여 더 빠르게 페이드 아웃합니다.                                   |
| InverseTapered | 3     | RollOffMinDistance 근처에서는 역 관계를 결합하고, RollOffMaxDistance 근처에서는 제곱 선형 페이드를 사용합니다. |

## See also

{% content-ref url="/pages/Y4lV4iDXdRuWwLc2qFoj" %}
[Sound](/korean/development/api-reference/classes/sound.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/rolloffmode.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.
