> 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/rolloffmode.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.overdare.com/korean/development/api-reference/enums/rolloffmode.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
