TryGetValueFromBag(IUxmlAttributes, CreationContext, ref bool)
Attempts to retrieve the value of this attribute from the attribute bag and returns true if found, otherwise false.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
TryGetValueFromBag(IUxmlAttributes, CreationContext, bool)
public bool TryGetValueFromBag(IUxmlAttributes bag, CreationContext cc, ref bool value)
Parameters
The bag of attributes.
The context in which the values are retrieved.
The value of the attribute.
Returns
Type | Description |
|---|---|
| bool | True if the value is found, false otherwise. |