FromVectorImage(VectorImage)
Creates a background from a VectorImage.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public static Background FromVectorImage(VectorImage vi)
Parameters
The vector image to use as a background.
Returns
Type | Description |
|---|---|
| Background | A new background object. |