Method AddSchema
AddSchema(Type, Boolean)
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. |
Boolean | postEvent | If true, the event is propagated to callbacks. |
Returns
Type | Description |
---|---|
Boolean | If true, the type was added successfully. |