Files
engine/docs/en/graphics/background/background.mdx
鹅叔 dc1a4793ed Docs: remove playgrounds (#2689)
* fix: doc typo
2025-05-23 17:24:53 +08:00

16 lines
465 B
Plaintext

---
order: 0
title: Background Overview
type: Graphics
group: Background
label: Graphics/Background
---
Developers can customize the background for scenes, which will be rendered before the scene rendering. Currently, Galacean mainly supports the following types of backgrounds:
- [Solid Color Background](/en/docs/graphics-background-solidColor)
- [Texture Background](/en/docs/graphics-background-texture)
- [Sky Background](/en/docs/graphics-background-sky)