Describes a VisualElement background.
| Property | Description |
|---|---|
| gradient | The color gradient to display as a background, mutually exclusive with the asset slots. Setting an empty gradient (see BackgroundGradient.IsEmpty) clears the slot without disturbing any assigned asset. |
| renderTexture | The RenderTexture to display as a background. |
| sprite | The sprite to display as a background. |
| texture | The texture to display as a background. |
| vectorImage | The VectorImage to display as a background. |
| Method | Description |
|---|---|
| GetSelectedImage | Retrieves the selected asset which can be of a type of Texture, Sprite, RenderTexture or VectorImage. |
| IsEmpty | Help verify whether an asset or gradient has been assigned or not. |
| Method | Description |
|---|---|
| FromGradient | Creates a background from a BackgroundGradient. |
| FromRenderTexture | Creates a background from a RenderTexture. |
| FromSprite | Creates a background from a Sprite. |
| FromTexture2D | Creates a background from a Texture2D. |
| FromVectorImage | Creates a background from a VectorImage. |