OptionalimageUrl: stringOptionalrepeat: backgroundRepeatEnumOptionalsize: backgroundSizeEnumOptionalposition: gradientPositionEnumOptionalattachment: backgroundAttachmentEnumOptionalorigin: backgroundOriginClipEnumOptionalclip: backgroundOriginClipEnumOptionalimageAddress of the image to show behind the scene
Whether the image tiles across the canvas, in one direction or not at all
How the image is scaled: cover fills the canvas, contain shows all of it, or a CSS size
such as 100px 50px
Where the image sits on the canvas, such as the center or a corner, or a CSS position
such as 50% 50%
Whether the image scrolls with the page or stays fixed to the viewport
Which box of the canvas the image is positioned against: its padding, border or content box
Which box of the canvas the image is clipped to: its padding, border or content box
Feeds
babylon.scene.canvasBackgroundImage: the image to show behind the scene and the CSS options for how it repeats, scales, sits and scrolls.