Version: 2021.1
언어: 한국어
public bool TryGetValueFromBag (UIElements.IUxmlAttributes bag, UIElements.CreationContext cc, ref Hash128 value);

파라미터

bag The bag of attributes.
cc The context in which the method retrieves values.
value The value of the attribute.

반환

bool True if the method retrieves the value, false otherwise.

설명

This method tries to retrieve the value of the attribute from the attribute bag. If it finds the attribute, it returns true. Otherwise, it returns false.