# 視覺效果簡介

## 什麼是視覺效果？

視覺效果（也稱為VFX）是講故事和遊戲沉浸感的重要部分。它們用於傳達情緒、喚起感受，並向玩家傳達重要信息。精心製作的視覺效果可以增強遊戲反饋，引導玩家行動，並提升遊戲的整體美感。

一個視覺效果可以由多個組件組成，包括粒子系統、自定義著色器、材質、動畫和後期處理。

## Hology引擎中的VFX

G鑑於VFX對於優秀的遊戲體驗至關重要，我們提供了專門的工具來高效創建效果，這些效果可以放置在場景中或通過遊戲代碼動態生成。


---

# 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.hology.app/zh-tw/visual-effects/shi-jue-xiao-guo-jian-jie.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.
