The RenderMode
enum describes how to render a scene object.
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. |