TryGetAttributeValue(string, out string)
Get the value of an attribute as a string.
Read time 1 minuteLast updated 8 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
TryGetAttributeValue(string, string)
bool TryGetAttributeValue(string attributeName, out string value)
Parameters
Returns
Type | Description |
|---|---|
| bool | True if the attribute was found, false otherwise. |