# Hology

## Hology

- [Welcome to Hology Docs](https://docs.hology.app/readme.md)
- [Introduction to Hology](https://docs.hology.app/getting-started/introduction-to-hology.md)
- [The first steps](https://docs.hology.app/getting-started/the-first-steps.md)
- [Editor basics](https://docs.hology.app/getting-started/editor-basics.md)
- [Flying in scenes](https://docs.hology.app/getting-started/editor-basics/flying-in-scenes.md)
- [Placing objects](https://docs.hology.app/getting-started/editor-basics/placing-objects.md)
- [Select objects](https://docs.hology.app/getting-started/editor-basics/select-objects.md)
- [Transform](https://docs.hology.app/getting-started/editor-basics/transform.md)
- [Grouping objects](https://docs.hology.app/getting-started/editor-basics/grouping-objects.md)
- [Duplicate](https://docs.hology.app/getting-started/editor-basics/duplicate.md)
- [Starter project - Third person shooter](https://docs.hology.app/getting-started/starter-project-third-person-shooter.md)
- [Rolling ball - Gameplay programming](https://docs.hology.app/tutorials/rolling-ball-gameplay-programming.md)
- [Character movement programming](https://docs.hology.app/tutorials/character-movement-programming.md)
- [Character AI behavior](https://docs.hology.app/tutorials/character-ai-behavior.md)
- [Distribution](https://docs.hology.app/release/distribution.md): Deliver your game to players
- [Discord Activities](https://docs.hology.app/release/distribution/discord-activities.md)
- [Facebook Instant Games](https://docs.hology.app/release/distribution/facebook-instant-games.md)
- [Upload to Itch.io](https://docs.hology.app/release/distribution/upload-to-itch.io.md)
- [Host with GitHub Pages](https://docs.hology.app/release/distribution/host-with-github-pages.md)
- [Publishing to Steam](https://docs.hology.app/release/distribution/publishing-to-steam.md)
- [iOS and Android](https://docs.hology.app/release/distribution/ios-and-android.md): Publish to mobile platforms
- [3D Models](https://docs.hology.app/assets/3d-models.md)
- [Custom collision shapes](https://docs.hology.app/assets/3d-models/custom-collision-shapes.md)
- [Material slots](https://docs.hology.app/assets/3d-models/material-slots.md)
- [Exporting scenes](https://docs.hology.app/assets/3d-models/exporting-scenes.md)
- [Materials](https://docs.hology.app/assets/materials.md)
- [Reflective materials](https://docs.hology.app/assets/materials/reflective-materials.md)
- [Transparency](https://docs.hology.app/assets/materials/transparency.md)
- [Textures](https://docs.hology.app/assets/textures.md)
- [Prefabs](https://docs.hology.app/assets/prefabs.md)
- [Actors](https://docs.hology.app/gameplay/actors.md)
- [Creating actor classes](https://docs.hology.app/gameplay/actors/creating-actor-classes.md)
- [Actor parameters](https://docs.hology.app/gameplay/actors/actor-parameters.md)
- [Actor components](https://docs.hology.app/gameplay/actors/actor-components.md)
- [Actor lifecycle](https://docs.hology.app/gameplay/actors/actor-lifecycle.md)
- [Spawning actors](https://docs.hology.app/gameplay/actors/spawning-actors.md)
- [Moving actors](https://docs.hology.app/gameplay/actors/moving-actors.md)
- [Prefab main actor](https://docs.hology.app/gameplay/actors/prefab-main-actor.md)
- [PrefabOf actor](https://docs.hology.app/gameplay/actors/prefabof-actor.md)
- [Services](https://docs.hology.app/gameplay/services.md)
- [Load assets](https://docs.hology.app/gameplay/services/load-assets.md)
- [View Controller](https://docs.hology.app/gameplay/services/view-controller.md)
- [Player input](https://docs.hology.app/gameplay/player-input.md)
- [Collision detection](https://docs.hology.app/gameplay/collision-detection.md)
- [Physics](https://docs.hology.app/gameplay/physics.md)
- [Physics body types](https://docs.hology.app/gameplay/physics/physics-body-types.md)
- [Applying forces](https://docs.hology.app/gameplay/physics/applying-forces.md)
- [Ray casting](https://docs.hology.app/gameplay/physics/ray-casting.md)
- [Trigger volumes](https://docs.hology.app/gameplay/trigger-volumes.md)
- [Character movement](https://docs.hology.app/gameplay/character-movement.md)
- [Pointer events](https://docs.hology.app/gameplay/pointer-events.md)
- [Animation](https://docs.hology.app/gameplay/animation.md)
- [Animation system](https://docs.hology.app/gameplay/animation/animation-system.md)
- [Character Animation](https://docs.hology.app/gameplay/animation/character-animation.md)
- [Animation State Machine](https://docs.hology.app/gameplay/animation/animation-state-machine.md)
- [Character Root Motion](https://docs.hology.app/gameplay/animation/character-root-motion.md)
- [Sound](https://docs.hology.app/gameplay/sound.md)
- [Audio parameter](https://docs.hology.app/gameplay/sound/audio-parameter.md)
- [World](https://docs.hology.app/gameplay/world.md)
- [Spawn prefabs](https://docs.hology.app/gameplay/world/spawn-prefabs.md)
- [Navigation](https://docs.hology.app/gameplay/navigation.md)
- [Behavior Trees](https://docs.hology.app/gameplay/behavior-trees.md)
- [Performance](https://docs.hology.app/gameplay/performance.md)
- [Understanding performance](https://docs.hology.app/gameplay/performance/understanding-performance.md)
- [Avoid unnecessary allocations](https://docs.hology.app/gameplay/performance/avoid-unnecessary-allocations.md)
- [Target slower devices](https://docs.hology.app/gameplay/performance/target-slower-devices.md)
- [Introduction to shaders](https://docs.hology.app/shaders/introduction-to-shaders.md)
- [Creating shaders](https://docs.hology.app/shaders/creating-shaders.md)
- [Shader parameters](https://docs.hology.app/shaders/shader-parameters.md)
- [Typescript shaders](https://docs.hology.app/shaders/typescript-shaders.md)
- [Types](https://docs.hology.app/shaders/typescript-shaders/types.md)
- [Math functions](https://docs.hology.app/shaders/typescript-shaders/math-functions.md)
- [Attributes](https://docs.hology.app/shaders/typescript-shaders/attributes.md)
- [Varying](https://docs.hology.app/shaders/typescript-shaders/varying.md)
- [Uniforms](https://docs.hology.app/shaders/typescript-shaders/uniforms.md)
- [Textures](https://docs.hology.app/shaders/typescript-shaders/textures.md)
- [Arrays](https://docs.hology.app/shaders/typescript-shaders/arrays.md)
- [Select](https://docs.hology.app/shaders/typescript-shaders/select.md)
- [Lighting](https://docs.hology.app/shaders/typescript-shaders/lighting.md)
- [Internals of nodes](https://docs.hology.app/shaders/typescript-shaders/internals-of-nodes.md)
- [Scene color](https://docs.hology.app/shaders/typescript-shaders/scene-color.md)
- [Painted materials](https://docs.hology.app/shaders/painted-materials.md): Creating custom shaders to support painted materials
- [Water shader tutorial](https://docs.hology.app/shaders/water-shader-tutorial.md)
- [Landscape sculpting](https://docs.hology.app/level-design/landscape-sculpting.md)
- [Landscape painting](https://docs.hology.app/level-design/landscape-painting.md)
- [Grass](https://docs.hology.app/level-design/grass.md)
- [Creating user interfaces](https://docs.hology.app/user-interfaces/creating-user-interfaces.md)
- [Using React](https://docs.hology.app/user-interfaces/using-react.md)
- [VR](https://docs.hology.app/user-interfaces/vr.md)
- [Tutorial: Using getScreenPosition to Overlay UI at a World Position](https://docs.hology.app/user-interfaces/tutorial-using-getscreenposition-to-overlay-ui-at-a-world-position.md)
- [Introduction to VFX](https://docs.hology.app/visual-effects/introduction-to-vfx.md)
- [VFX assets](https://docs.hology.app/visual-effects/vfx-assets.md)
- [Emitter basic tutorial](https://docs.hology.app/visual-effects/emitter-basic-tutorial.md)
- [Flipbook tutorial](https://docs.hology.app/visual-effects/flipbook-tutorial.md)
- [Lens flare tutorial](https://docs.hology.app/visual-effects/lens-flare-tutorial.md)
- [Arcweave](https://docs.hology.app/integrations/arcweave.md)

## Hology 文檔

- [歡迎來到Hology文檔](https://docs.hology.app/zh-tw/huan-ying-lai-dao-hology-wen-dang.md)
- [Hology Engine簡介](https://docs.hology.app/zh-tw/getting-started/hology-engine-jian-jie.md)
- [第一步指南](https://docs.hology.app/zh-tw/getting-started/di-yi-bu-zhi-nan.md)
- [編輯器基礎指南](https://docs.hology.app/zh-tw/getting-started/bian-ji-qi-ji-chu-zhi-nan.md)
- [在場景中飛行](https://docs.hology.app/zh-tw/getting-started/bian-ji-qi-ji-chu-zhi-nan/zai-chang-jing-zhong-fei-xing.md)
- [放置物件](https://docs.hology.app/zh-tw/getting-started/bian-ji-qi-ji-chu-zhi-nan/fang-zhi-wu-jian.md)
- [選擇物件](https://docs.hology.app/zh-tw/getting-started/bian-ji-qi-ji-chu-zhi-nan/xuan-ze-wu-jian.md)
- [變換](https://docs.hology.app/zh-tw/getting-started/bian-ji-qi-ji-chu-zhi-nan/bian-huan.md)
- [分組物件](https://docs.hology.app/zh-tw/getting-started/bian-ji-qi-ji-chu-zhi-nan/fen-zu-wu-jian.md)
- [複製](https://docs.hology.app/zh-tw/getting-started/bian-ji-qi-ji-chu-zhi-nan/fu-zhi.md)
- [入門遊戲模板 - 第三人稱射擊遊戲](https://docs.hology.app/zh-tw/getting-started/ru-men-you-xi-mu-ban-di-san-ren-cheng-she-ji-you-xi.md)
- [滾球 - 遊戲玩法編程](https://docs.hology.app/zh-tw/tutorials/gun-qiu-you-xi-wan-fa-bian-cheng.md)
- [角色動畫程式設計](https://docs.hology.app/zh-tw/tutorials/jue-se-dong-hua-cheng-shi-she-ji.md)
- [Character AI behavior](https://docs.hology.app/zh-tw/tutorials/character-ai-behavior.md)
- [遊戲發行](https://docs.hology.app/zh-tw/release/you-xi-fa-xing.md): Deliver your game to players
- [Discord Activities](https://docs.hology.app/zh-tw/release/you-xi-fa-xing/discord-activities.md)
- [臉書即時遊戲](https://docs.hology.app/zh-tw/release/you-xi-fa-xing/lian-shu-ji-shi-you-xi.md)
- [上傳至 Itch.io](https://docs.hology.app/zh-tw/release/you-xi-fa-xing/shang-chuan-zhi-itch.io.md)
- [使用 GitHub Pages](https://docs.hology.app/zh-tw/release/you-xi-fa-xing/shi-yong-github-pages.md)
- [發布到Steam](https://docs.hology.app/zh-tw/release/you-xi-fa-xing/fa-bu-dao-steam.md)
- [iOS 和 Android](https://docs.hology.app/zh-tw/release/you-xi-fa-xing/ios-he-android.md): Publish to mobile platforms
- [3D模型](https://docs.hology.app/zh-tw/assets/3d-mo-xing.md)
- [客製化碰撞形狀](https://docs.hology.app/zh-tw/assets/3d-mo-xing/ke-zhi-hua-peng-zhuang-xing-zhuang.md)
- [材質自訂分配](https://docs.hology.app/zh-tw/assets/3d-mo-xing/cai-zhi-zi-ding-fen-pei.md)
- [材質](https://docs.hology.app/zh-tw/assets/cai-zhi.md)
- [紋理](https://docs.hology.app/zh-tw/assets/wen-li.md)
- [預製體](https://docs.hology.app/zh-tw/assets/yu-zhi-ti.md)
- [演員（Actors）](https://docs.hology.app/zh-tw/gameplay/yan-yuan-actors.md)
- [創建演員類](https://docs.hology.app/zh-tw/gameplay/yan-yuan-actors/chuang-jian-yan-yuan-lei.md)
- [演員參數](https://docs.hology.app/zh-tw/gameplay/yan-yuan-actors/yan-yuan-can-shu.md)
- [Actor 元件](https://docs.hology.app/zh-tw/gameplay/yan-yuan-actors/actor-yuan-jian.md)
- [Actor 的生命週期](https://docs.hology.app/zh-tw/gameplay/yan-yuan-actors/actor-de-sheng-ming-zhou-qi.md)
- [生成 Actors](https://docs.hology.app/zh-tw/gameplay/yan-yuan-actors/sheng-cheng-actors.md)
- [移動 Actors](https://docs.hology.app/zh-tw/gameplay/yan-yuan-actors/yi-dong-actors.md)
- [服務](https://docs.hology.app/zh-tw/gameplay/fu-wu.md)
- [載入資產](https://docs.hology.app/zh-tw/gameplay/fu-wu/zai-ru-zi-chan.md)
- [Player input](https://docs.hology.app/zh-tw/gameplay/player-input.md)
- [Collision detection](https://docs.hology.app/zh-tw/gameplay/collision-detection.md)
- [Physics](https://docs.hology.app/zh-tw/gameplay/physics.md)
- [Physics body types](https://docs.hology.app/zh-tw/gameplay/physics/physics-body-types.md)
- [Applying forces](https://docs.hology.app/zh-tw/gameplay/physics/applying-forces.md)
- [Ray casting](https://docs.hology.app/zh-tw/gameplay/physics/ray-casting.md)
- [Trigger volumes](https://docs.hology.app/zh-tw/gameplay/trigger-volumes.md)
- [Character movement](https://docs.hology.app/zh-tw/gameplay/character-movement.md)
- [Pointer events](https://docs.hology.app/zh-tw/gameplay/pointer-events.md)
- [Animation](https://docs.hology.app/zh-tw/gameplay/animation.md)
- [Animation system](https://docs.hology.app/zh-tw/gameplay/animation/animation-system.md)
- [Character Animation](https://docs.hology.app/zh-tw/gameplay/animation/character-animation.md)
- [Animation State Machine](https://docs.hology.app/zh-tw/gameplay/animation/animation-state-machine.md)
- [Sound](https://docs.hology.app/zh-tw/gameplay/sound.md)
- [Audio parameter](https://docs.hology.app/zh-tw/gameplay/sound/audio-parameter.md)
- [世界](https://docs.hology.app/zh-tw/gameplay/shi-jie.md)
- [Navigation](https://docs.hology.app/zh-tw/gameplay/navigation.md)
- [著色器介紹](https://docs.hology.app/zh-tw/shaders/zhu-se-qi-jie-shao.md)
- [Creating shaders](https://docs.hology.app/zh-tw/shaders/creating-shaders.md)
- [著色器參數](https://docs.hology.app/zh-tw/shaders/zhu-se-qi-can-shu.md)
- [Typescript shaders](https://docs.hology.app/zh-tw/shaders/typescript-shaders.md)
- [Types](https://docs.hology.app/zh-tw/shaders/typescript-shaders/types.md)
- [Math functions](https://docs.hology.app/zh-tw/shaders/typescript-shaders/math-functions.md)
- [Attributes](https://docs.hology.app/zh-tw/shaders/typescript-shaders/attributes.md)
- [Varying](https://docs.hology.app/zh-tw/shaders/typescript-shaders/varying.md)
- [Uniforms](https://docs.hology.app/zh-tw/shaders/typescript-shaders/uniforms.md)
- [Textures](https://docs.hology.app/zh-tw/shaders/typescript-shaders/textures.md)
- [Arrays](https://docs.hology.app/zh-tw/shaders/typescript-shaders/arrays.md)
- [Select](https://docs.hology.app/zh-tw/shaders/typescript-shaders/select.md)
- [Lighting](https://docs.hology.app/zh-tw/shaders/typescript-shaders/lighting.md)
- [Internals of nodes](https://docs.hology.app/zh-tw/shaders/typescript-shaders/internals-of-nodes.md)
- [Painted materials](https://docs.hology.app/zh-tw/shaders/painted-materials.md): Creating custom shaders to support painted materials
- [Water shader tutorial](https://docs.hology.app/zh-tw/shaders/water-shader-tutorial.md)
- [地形雕刻](https://docs.hology.app/zh-tw/level-design/di-xing-diao-ke.md)
- [地形繪製](https://docs.hology.app/zh-tw/level-design/di-xing-hui-zhi.md)
- [Grass](https://docs.hology.app/zh-tw/level-design/grass.md)
- [創建用戶界面UI](https://docs.hology.app/zh-tw/user-interfaces/chuang-jian-yong-hu-jie-mian-ui.md)
- [使用 React](https://docs.hology.app/zh-tw/user-interfaces/shi-yong-react.md)
- [VR](https://docs.hology.app/zh-tw/user-interfaces/vr.md)
- [視覺效果簡介](https://docs.hology.app/zh-tw/visual-effects/shi-jue-xiao-guo-jian-jie.md)
- [視覺特效資產](https://docs.hology.app/zh-tw/visual-effects/shi-jue-te-xiao-zi-chan.md)
- [Arcweave](https://docs.hology.app/zh-tw/integrations/arcweave.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.hology.app/readme.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.
