FromTexture2D(Texture2D)
Creates a background from a Texture2D.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public static Background FromTexture2D(Texture2D t)
Parameters
The texture to use as a background.
Returns
Type | Description |
|---|---|
| Background | A new background object. |