# 카메라 컨트롤

- [카메라 컨트롤 개요](https://docs.sandbox.game/the-game-maker-academy_kr/camera-controls/navigate-in-3d-spaces.md): 카메라 컨트롤을 이용해 경험을 제작하며 랜드를 탐색할 수 있습니다.
- [컨트롤과 단축키](https://docs.sandbox.game/the-game-maker-academy_kr/camera-controls/controls-and-hotkeys.md): 게임 메이커에서 사용되는 단축키 모음입니다.
- [패닝](https://docs.sandbox.game/the-game-maker-academy_kr/camera-controls/panning.md): 카메라 컨트롤을 이용한 패닝에 대해 알아보겠습니다.
- [회전](https://docs.sandbox.game/the-game-maker-academy_kr/camera-controls/rotation.md): 카메라 컨트롤을 이용한 회전에 대해 알아보겠습니다.
- [줌](https://docs.sandbox.game/the-game-maker-academy_kr/camera-controls/zoom.md): 카메라 컨트롤을 이용한 줌 기능에 대해 알아보겠습니다.
- [Shift 수정자](https://docs.sandbox.game/the-game-maker-academy_kr/camera-controls/shift-modifier.md): Shift 키를 이용해 카메라 이동 속도를 빠르게 합니다.
- [공전](https://docs.sandbox.game/the-game-maker-academy_kr/camera-controls/orbit.md): 카메라 컨트롤을 이용한 공전에 대해 알아보겠습니다.
- [오브젝트 타겟팅](https://docs.sandbox.game/the-game-maker-academy_kr/camera-controls/target.md): 카메라 컨트롤을 이용한 포커스 변경에 대해 알아보겠습니다.


---

# 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.sandbox.game/the-game-maker-academy_kr/camera-controls.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.
