Interface IAttributeDefinition
Attribute definition exposed by a Platform Toolkit implementation.
Namespace: Unity.PlatformToolkit.Editor
Assembly: Unity.PlatformToolkit.Editor.dll
Syntax
public interface IAttributeDefinition
Properties
Id
Unique identifier of the attribute definition.
Declaration
string Id { get; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Display name of the attribute.
Declaration
string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
Type
Type of the attribute.
Declaration
Type Type { get; }
Property Value
| Type | Description |
|---|---|
| Type |