Interface IAttribute
Attribute settings.
Namespace: Unity.PlatformToolkit.Editor
Assembly: Unity.PlatformToolkit.Editor.dll
Syntax
public interface IAttribute
Properties
Id
Attribute definition Id.
Declaration
string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Remarks
Available Ids can be found by looking up Id in AttributeDefinitions.
Name
Attribute name, used in GetAttribute<T>(string) method to retrieve attribute value.
Declaration
string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |