Interface IUxmlAttributes
Namespace: UnityEngine.Experimental.UIElements
Assembly: UnityEngine.dll
Syntax
public interface IUxmlAttributes
Methods
| Improve this Doc View SourceTryGetAttributeValue(String, out String)
Declaration
bool TryGetAttributeValue(string attributeName, out string value)
Parameters
| Type | Name | Description |
|---|---|---|
| String | attributeName | |
| String | value |
Returns
| Type | Description |
|---|---|
| Boolean |