Method AddSchema
AddSchema(Type, bool)
Adds the AddressableAssetGroupSchema of type to the template.
Declaration
public bool AddSchema(Type type, bool postEvent = true)
Parameters
Type | Name | Description |
---|---|---|
Type | type | The Type for the AddressableAssetGroupSchema to add to this template. |
bool | postEvent | If true, the event is propagated to callbacks. |
Returns
Type | Description |
---|---|
bool | If true, the type was added successfully. |