Type UIRenderer
Namespace
GloryEngine.UI
Summary
UI Renderer component
Properties
RenderDocument
The current instance of the UI document for rendering
Document
Document to render
Target
Target to render the result to
ResolutionMode
How to handle resolution
Resolution
Resolution of the UI texture
WorldMaterial
Material to use for world space rendering
WorldSize
Size of the quad for world space rendering
InputEnabled
Whether input processing is allowed
Cursor
Current input cursor position
CursorDown
Current input cursor down state
Methods
ConvertWorldToLocalPos(GloryEngine.Vector3)
Convert a world space position to a 2D position on the world
space rendered quad that can be used as the cursor position for input.