# ForceLimitMode

## Overview

ForceLimitMode는 제약(Constraint)에서 최대 힘을 어떻게 지정하고 제한할지를 결정하는 Enum입니다.

LinearVelocity의 ForceLimitMode 속성에서 사용되며, 힘의 제한 방식을 정의합니다.

## Items

| Name      | Value | Description                                                    |
| --------- | ----- | -------------------------------------------------------------- |
| Magnitude | 0     | 단일 스칼라 값으로 최대 힘의 크기를 지정합니다. 제약은 적용된 총 힘이 이 한계를 초과하지 않도록 보장합니다. |
| PerAxis   | 1     | 벡터로 기준 좌표계의 각 축을 따라 최대 힘 성분을 지정합니다. 적용된 힘의 각 성분은 이 한계를 준수합니다.  |

## See also

{% content-ref url="/pages/nYFRe6kNlXwLDuwKti5p" %}
[LinearVelocity](/korean/development/api-reference/classes/linearvelocity.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/forcelimitmode.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.
