2D
Updated: 11 Aug 2025
Updated: 11 Aug 2025
2D Nodes contains the building blocks for creating and rendering in 2D. 2D systems generally start with the 2D Root, and anything parented to the 2D Root will be rendered in its own rendering settings using 2D rendering. The Image 2D can also be used to render existing 2D content to screen.
2D Primitive | Generates a 2D Primitive Mesh |
2D Root | Root node for 2D graphics |
Image 2D | Displays an image in 2D space. |
Image 2D Equirectangular | Warps a cube map into an equirectangular image in 2D space. |
Render To Texture | Render the connected nodes as a video source. |
Screen Projection | Reprojects the camera view to a plane in 2D space. |