# Collision & Physics

## 사용 방법‌ <a href="#undefined" id="undefined"></a>

필요한 맵 파일을 다운받고 압축을 푼 뒤, 스튜디오에서 RMO 파일을 열어 확인할 수 있어요.‌

## 샘플 맵 <a href="#undefined-1" id="undefined-1"></a>

* [OnCollisionEvent.RMO](https://huy6eprx677.edge.naverncp.com/manualsample/OnCollisionEvent.RMO) - 다른 오브젝트와 충돌시 함수를 호출하는 예제에요.
* [OnOverlapEvent.RMO](https://huy6eprx677.edge.naverncp.com/manualsample/OnOverlapEvent.RMO) - 다른 오브젝트와 겹쳐질 때 함수를 호출하는 예제에요.‌
* [SetEnableCollision.RMO](https://huy6eprx677.edge.naverncp.com/manualsample/SetEnableCollision.RMO) - 오브젝트의 Collision 프로퍼티를 변경하는 예제에요.
* [SetSimulatePhysics.RMO](https://huy6eprx677.edge.naverncp.com/manualsample/SetSimulatePhysics.RMO) - 오브젝트의 물리 적용 여부를 설정하는 예제에요.
* [SetEnableCollisionBetweenCharacters.RMO](https://huy6eprx677.edge.naverncp.com/manualsample/SetEnableCollisionBetweenCharacters.RMO) - 캐릭터간 충돌 사용 여부를 설정하는 예제에요.&#x20;


---

# 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://ditoland-utplus.gitbook.io/ditoland/sample/collision-and-physics.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.
