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