UxmlAttributeDescription.GetValueFromBag

Declaration

protected T GetValueFromBag(UIElements.IUxmlAttributes bag, UIElements.CreationContext cc, Func<string,T,T> converterFunc, T defaultValue);

Parameters

bag A bag containing attributes and their values as strings.
cc The context in which the values are retrieved.
converterFunc A function to convert a string value to type T.
defaultValue The value to return if the attribute is not found in the bag.

Returns

T The attribute value from the bag, or defaultValue if the attribute is not found.

Description

Get the attribute value from the attribute bag.

The attribute is looked up using name. If it is not found, each obsoleteNames is tried in turn, from first to last.


Did you find this page useful? Please give it a rating: