Interface IGroupTemplate
Namespace: UnityEditor.AddressableAssets.Settings
Syntax
public interface IGroupTemplate
Properties
Description
Description of the Template, to be used as a tooltip
Declaration
string Description { get; }
Property Value
Type | Description |
---|---|
String |
Name
The name of the group, used for the menu and newly created group name.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
String |