<m-overlay>
The m-overlay element is used to display a 2D element on top of the 3D scene. It is expected that the child elements to display in the overlay are SVG elements. Not all clients will support this element or choose to allow all documents to use it.
top-left
top-center
top-right
center-left
center
center-right
bottom-left
bottom-center
bottom-right
The anchor point on the screen for the overlay element. Default value is "top-left".
The horizontal offset of the overlay element in pixels. Default value is 0.
The vertical offset of the overlay element in pixels. Default value is 0.
A unique identifier for the element, used for selection and manipulation through scripting. It must be unique within the document.
A space-separated list of class names that can be used for scripting purposes.
| WEB | UNREAL | |
|---|---|---|
m-overlay | ✓* | ✗ |
anchor | ✓ | ✗ |
offset-x | ✓ | ✗ |
offset-y | ✓ | ✗ |
id | ✓ | ✗ |
class | ✓ | ✗ |