> For the complete documentation index, see [llms.txt](https://sparkar-community.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sparkar-community.gitbook.io/docs/scenemodule/rendermode.md).

# RenderMode

The `RenderMode`enum describes how to render a scene object.

### Values <a href="#values" id="values"></a>

| Value          | Description                                                             |
| -------------- | ----------------------------------------------------------------------- |
| `SCREEN_SPACE` | Indicates that the element should be rendered into the 2D screen space. |
| `WORLD_SPACE`  | Indicates that the element should be rendered into the 3D world space.  |
