# Selectors（选择器）

此类别的拼图用于选择3D对象，组，动画片段和材质以适应其他拼图。

![](https://www.soft8soft.com/docs/files/puzzles/puzzles-selectors.jpg)

### **"select object" - 选择对象**

下拉列表包含场景中所有对象的按字母顺序排列的列表。

![](https://www.soft8soft.com/docs/files/puzzles/puzzles-selector-object.jpg)

### **"all objects" - 所有对象**

表示场景中的所有对象，以便可以批量应用操作。不可迭代。

![](https://www.soft8soft.com/docs/files/puzzles/puzzles-selector-all-objects.jpg)

### **"select group" - 选择群组**

下拉列表包含场景中显示的所有对象组的按字母顺序排列的列表。操作可以批量应用于一组对象。不可迭代。

![](https://www.soft8soft.com/docs/files/puzzles/puzzles-selector-group.jpg)

### **"select animation" - 选择动画**

下拉列表包含场景中显示的所有对象组的按字母顺序排列的列表。操作可以批量应用于一组对象。不可迭代。

![](https://www.soft8soft.com/docs/files/puzzles/puzzles-selector-animation.jpg)

### **"select material" - 选择材质**

下拉列表包含场景中存在的所有材质的按字母顺序排列的列表。

![](https://www.soft8soft.com/docs/files/puzzles/puzzles-selector-material.jpg)


---

# 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.eightest.com/puzzles/selectors.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.
