Version: 2019.4
public bool TryGetAttributeValue (string attributeName, out string value);

パラメーター

attributeNameAttribute name.
valueThe 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.