Class AddressableAssetGroupSchemaTemplate
Contains a set of schemas used by the GUI to create predefined asset groups.
Inherited Members
Namespace: UnityEditor.AddressableAssets.Settings
Assembly: solution.dll
Syntax
[Serializable]
public class AddressableAssetGroupSchemaTemplate
Properties
| Name | Description |
|---|---|
| Description | the description of the template. |
| DisplayName | The display name of the template. |
Methods
| Name | Description |
|---|---|
| Create(string, string, params Type[]) | Creates a template with the specified name, description and schema types. |
| GetTypes() | The types of schemas in this template. |