# 阶段

A "**phase**" 描述效果在字母之间如何变化。

<figure><img src="/files/01b2cd8851bb3589ad8ea2b229c159e41c2e6f00" alt="" width="342"><figcaption></figcaption></figure>

你可以通过检视器或富文本标签来修改效果阶段 [modifiers](/text-animator-unity/3.x-zh/xiao-guo/ru-he-bian-ji-xiao-guo/xiu-shi-fu.md).

<table data-view="cards"><thead><tr><th></th><th></th><th>ModifierID</th></tr></thead><tbody><tr><td><strong>字符偏移</strong></td><td>字母之间的时间变化</td><td>i</td></tr><tr><td><strong>单词偏移</strong></td><td>单词之间的时间变化</td><td>w</td></tr><tr><td><strong>速度</strong></td><td>效果速度（也影响 <a data-mention href="/pages/8b9d1b62880839e000c1fe772ca362950ecd05be">/pages/8b9d1b62880839e000c1fe772ca362950ecd05be</a>)</td><td>s</td></tr></tbody></table>

富文本标签示例：

* 将效果加速两倍："\<wave <mark style="color:默认;background-color:red;">s=2</mark>>"
* 修改偏移："\<wave <mark style="color:默认;background-color:blue;">i=.1</mark> <mark style="color:默认;background-color:green;">w=.3</mark>>"（将字符偏移设置为 0.1，单词偏移设置为 0.3）

### 关于偏移的额外说明

* 偏移为 0 或 1 表示所有字符上的效果相同
* 如果你从 0 变到 0.5，效果会向一个方向移动；而从 1 变到 0.5 则向相反方向移动（其中 0.5 更高）
* 偏移为 0.5 表示一个字符朝一个方向，另一个字符朝相反方向

***


---

# 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/3.x-zh/xiao-guo/ru-he-bian-ji-xiao-guo/jie-duan.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.
