Method CanBuildSchema
CanBuildSchema(AddressableAssetGroupSchema)
Determines whether this schema builder can process the given schema.
Declaration
bool CanBuildSchema(AddressableAssetGroupSchema schema)
Parameters
| Type | Name | Description |
|---|---|---|
| AddressableAssetGroupSchema | schema | The schema to check. |
Returns
| Type | Description |
|---|---|
| bool | True if this builder can process the schema; otherwise, false. |