Method CanBuildSchema
CanBuildSchema(AddressableAssetGroupSchema)
Determines whether the specified schema can be built as a ContentDirectoryGroupSchema.
Declaration
public bool CanBuildSchema(AddressableAssetGroupSchema schema)
Parameters
| Type | Name | Description |
|---|---|---|
| AddressableAssetGroupSchema | schema | The schema to evaluate. |
Returns
| Type | Description |
|---|---|
| bool | true if the specified schema is a ContentDirectoryGroupSchema; otherwise, false. |