> For the complete documentation index, see [llms.txt](https://docs.febucci.com/text-animator-unity/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.febucci.com/text-animator-unity/2.x-zh/xiao-guo/yu-lan-bing-bian-ji-xiao-guo/shi-jian-suo-fang.md).

# 时间缩放

您可以更改效果 `时间缩放` “TextAnimator” 组件检查器中的模式。

* **随缩放**：效果将根据游戏的 Time.timeScale 放慢/暂停（[Unity 参考](https://docs.unity3d.com/ScriptReference/Time-timeScale.html))
* **不随缩放**：效果即使在游戏暂停（Time.timeScale = 0）时也会更新，而是使用不随缩放/独立的时间。

{% hint style="info" %}
如果启用了打字机，其时间缩放 **将匹配相对 TextAnimator 的时间缩放** （这意味着如果将其设置为“不随缩放”，您也可以在游戏暂停时显示字母）。
{% endhint %}

{% hint style="danger" %}
如果游戏时间缩放为负，TextAnimator 将表现得像已暂停，但一旦大于零它会自动恢复。
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/yu-lan-bing-bian-ji-xiao-guo/shi-jian-suo-fang.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.
