Declaration
public bool TryGetValueFromBag(UIElements.IUxmlAttributes bag, UIElements.CreationContext cc, ref long value);Parameters
Parameter | Description |
---|---|
bag | The bag of attributes. |
cc | The context in which the values are retrieved. |
value | The value of the attribute. |
Returns
bool True if the value is found, false otherwise.
Description
Attempts to retrieve the value of this attribute from the attribute bag and returns true if found, otherwise false.