Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 333 Bytes

rendermode.md

File metadata and controls

11 lines (7 loc) · 333 Bytes

RenderMode

The RenderModeenum describes how to render a scene object.

Values

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.