# 選擇物件

要編輯場景中的物件，請在場景或大綱視圖(Outliner)中點擊物件以選擇它。

## 選擇多個物件

同時選擇多個物件很方便，允許某些功能同時用於所有選的物件，從而提高效率。&#x20;

選擇多個物件時可以執行的一些操作：

* 選擇中的所有物件能同時在一起移動、旋轉和縮放。對於旋轉和縮放，物件將圍繞選定物件中間的一個點進行變換。
* 將選定的物件創建為一個組。閱讀更多關於物件分組的內容 [分組物件](/zh-tw/getting-started/bian-ji-qi-ji-chu-zhi-nan/fen-zu-wu-jian.md)
* 通過在大綱視圖中拖動，將所有選定的物件移動到另一個組內。&#x20;
* 通過按鍵盤上的退格鍵（←）一次性刪除選擇中的所有物件。

### 如何選擇和取消選擇多個物件

* **在場景中加選物件：**&#x6309;住鍵盤上的 Shift 鍵，同時用滑鼠左鍵點擊場景中的另一個物件。
* **在大綱視(Outlner)圖中加選物件：**&#x6309;住鍵盤上的 Ctrl 鍵或 Cmd 鍵（⌘），同時點擊大綱視圖中的物件以將其添加到選擇中。
* **在大綱視圖中選擇一個範圍內的物件：**&#x5728;已選擇另一個物件的情況下，按住鍵盤上的 Shift 鍵，然後點擊大綱視圖中的另一個物件，以將您點擊的物件和中間的所有物件添加到選擇中。
* **在大綱視圖中從選擇中移除選擇一個物件：**&#x6309;住鍵盤上的 Alt 鍵或 Option 鍵（⌥），同時點擊大綱視圖中已選擇的物件之一，以將該物件從選擇中移除。


---

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