> For the complete documentation index, see [llms.txt](https://docs.world-creator.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.world-creator.com/zh/can-kao/options/application.md).

# 应用程序

## 概览

这些设置影响 World Creator 的通用应用设置。

## 参数

<table><thead><tr><th width="219.89990234375">属性</th><th>说明</th></tr></thead><tbody><tr><td><strong>语言</strong></td><td>更改应用程序的语言。</td></tr><tr><td><strong>显示 HUD</strong></td><td>在视口中启用/禁用 HUD。</td></tr><tr><td><strong>界面缩放</strong></td><td>缩放 World Creator 的界面。对高分辨率显示器可能有用。</td></tr><tr><td><strong>限制帧率</strong></td><td>允许您在工作时限制渲染器的帧率。</td></tr><tr><td><strong>限制失焦帧率</strong></td><td>允许您在窗口未获得焦点时限制其帧率。</td></tr><tr><td><strong>截图透明背景</strong></td><td>如果启用，截图的背景将为透明。</td></tr><tr><td><strong>临时目录</strong></td><td>World Creator 在此存储临时文件（例如大型地形的地形数据）。</td></tr><tr><td><strong>变换控件缩放</strong></td><td>控制对象变换控件的小/大尺寸。</td></tr><tr><td><strong>加载时压缩模型贴图</strong></td><td>启用对象材质的贴图压缩。</td></tr><tr><td><strong>加载时压缩地形贴图</strong></td><td>启用地形材质的贴图压缩。</td></tr></tbody></table>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.world-creator.com/zh/can-kao/options/application.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
