Version: 2020.1
言語: 日本語
public bool TryGetValueFromBag (UIElements.IUxmlAttributes bag, UIElements.CreationContext cc, ref Type value);

パラメーター

bag The attribute bag.
cc The context in which the method retrieves attribute values.
value The attribute's value.

戻り値

bool True if the method can retrieve the attribute's value. False otherwise.

説明

Method that tries to retrieve an attribute's value from an attribute bag.. Returns true if it is found, otherwise returns false.