Experimental: this API is experimental and might be changed or removed in the future.

UxmlAttributeDescription.GetValueFromBag

매뉴얼로 전환
protected T GetValueFromBag (Experimental.UIElements.IUxmlAttributes bag, Experimental.UIElements.CreationContext cc, Func<string,T,T> converterFunc, T defaultValue);

파라미터

bagA bag containg attributes and their values as strings.
ccThe context in which the values are retrieved.
converterFuncA function to convert a string value to type T.
defaultValueThe value to return if the attribute is not found in the bag.

반환

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

설명

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.