Version: 2020.1
言語: 日本語
public bool TryGetAttributeValue (string attributeName, out string value);

パラメーター

attributeName Attribute name.
value The attribute value or null if not found.

戻り値

bool True if the attribute was found, false otherwise.

説明

Get the value of an attribute as a string.