> For the complete documentation index, see [llms.txt](https://docs.hology.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hology.app/zh-tw/getting-started/bian-ji-qi-ji-chu-zhi-nan/bian-huan.md).

# 變換

選擇物件後，使用其中一個變換工具(Transform tools)。這些工具可以通過點擊左側工具欄上的相應工具來使用，或者更方便地使用鍵盤快捷鍵。

### 變換鍵盤快捷鍵

* **W:** 移動（也稱為平移）
* **E:** 旋轉
* **R:** 縮放

### 退出變換

當您完成物件變換後，可以通過以下幾種方式退出變換模式：

* 點擊場景中不屬於您選定物件的任何地方
* 點擊工具欄中的選擇工具（最頂部的那個）
* 按鍵盤上的 Escape 鍵或 Enter 鍵


---

# 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.hology.app/zh-tw/getting-started/bian-ji-qi-ji-chu-zhi-nan/bian-huan.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.
