Interface: UICanvasProps
WebSG.UICanvasProps
Interface for UICanvas properties.
Table of contents
Properties
Properties
height
• Optional
height: number
The canvas height in pixels.
Defined in
root
• Optional
root: UIElement
The root UI element of the canvas.
Defined in
size
• Optional
size: ArrayLike
<number
>
The canvas size as an array-like object in meters.
Defined in
width
• Optional
width: number
The canvas width in pixels.