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

パラメーター

bag The bag of attributes.
cc The context in which the values are retrieved.
value The value of the attribute.

戻り値

bool True if the value could be retrieved, false otherwise.

説明

Tries to retrieve the value of this attribute from the attribute bag. Returns true if it is found, otherwise returns false.