Method GetSchema
GetSchema<TSchema>()
Gets an added schema of the specified type.
Declaration
public TSchema GetSchema<TSchema>()
where TSchema : AddressableAssetGroupSchema
Returns
Type | Description |
---|---|
TSchema | The schema if found, otherwise null. |
Type Parameters
Name | Description |
---|---|
TSchema | The schema type. |
GetSchema(Type)
Gets an added schema of the specified type.
Declaration
public AddressableAssetGroupSchema GetSchema(Type type)
Parameters
Type | Name | Description |
---|---|---|
Type | type | The schema type. |
Returns
Type | Description |
---|---|
AddressableAssetGroupSchema | The schema if found, otherwise null. |