# 复合效果

此 Scriptable 允许您将多个效果组合在一起，归入单一的效果标签（当然您也可以分配任何动画，包括内置动画）。\
例如同时拥有“震动”和“波浪”动画并带有特定参数，您之后可以与 `<style0>`.

<img src="/files/907a806a66e87c8d8f823a0a2e4fa5eecca1f1ed" alt="文本 动画器 复合 style0" width="500">

#### 带发射的复合 <a href="#composite-with-emission" id="composite-with-emission"></a>

与上面相同，但您还拥有一个“发射”模块，允许您随时间控制效果强度。

在动画通常设计为无限循环的情况下（例如“震动”行为效果），但您希望将其转换为出现/消失的效果（因此只在一个周期内播放并且发射从 1 降到 0），这非常有用。

<figure><img src="/files/84524462018a4edd02456fac4ffe20d55b01954a" alt=""><figcaption><p>具有强度曲线的内置震动效果</p></figcaption></figure>


---

# 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.febucci.com/text-animator-unity/2.x-zh/xiao-guo/chuang-jian-ni-zi-ji-de-xiao-guo/zai-jian-shi-qi-zhong-chuang-jian-xiao-guo/fu-he-xiao-guo.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.
