Canvas
The Canvas
class describes a scene canvas.
Properties
Property | Description |
|
Represents the current 2D bounds relative to the parent element. This is the result of the layout calculation. Values are measured in 3D units. Note: The |
|
Specifies the vertical size, in 3D units. Note: this is only effective when |
|
Specifies how Canvas should be rendered. In SCREEN_SPACE mode, Canvas is automatically placed and sized to fit the screen, |
|
Specifies if Canvas should automatically include SafeArea margin to its content. Note: this is only effective when |
|
Specifies the horizontal size, in 3D units. Note: this is only effective when |
Methods
This module exposes no methods.
Last updated