# 编辑粒子

## 简短描述

调整粒子设置和属性以增强效果。

## 描述

此工具允许用户调整与粒子效果相关的各种设置，包括物理属性和视觉属性。用户可以控制密度、速度、颜色等方面，以优化其应用中的粒子系统。

## 属性

### 基本属性

* **密度**：控制粒子密度。
* **边界**：控制粒子的边界。
* **缩放**：控制粒子的缩放。
* **寿命**：控制粒子的寿命。
* **速度**：控制粒子的速度。
* **重力**：控制粒子的重力。
* **X 轴拉伸**：控制粒子在 X 轴上的拉伸。
* **Y 轴拉伸**：控制粒子在 Y 轴上的拉伸。
* **色相**：调整粒子的色相。
* **饱和度**：调整颜色饱和度。
* **亮度**：控制亮度级别。
* **不透明度**：控制粒子的可见度。


---

# 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.polygonflow.io/dash-documentation-zh/dash-gong-ju/particletool.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.
