GetTexture(string)
Gets a texture property value by name.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public Texture GetTexture(string name)
Parameters
The property name of the texture value.
Returns
Type | Description |
|---|---|
| Texture | The texture property stored for the specified name, or null if none. |