Method GetSchema
GetSchema<TSchema>()
Gets an added schema of the specified type.
선언
public TSchema GetSchema<TSchema>() where TSchema : AddressableAssetGroupSchema
반환
타입 | 설명 |
---|---|
TSchema | The schema if found, otherwise null. |
타입 파라미터
이름 | 설명 |
---|---|
TSchema | The schema type. |
GetSchema(Type)
Gets an added schema of the specified type.
선언
public AddressableAssetGroupSchema GetSchema(Type type)
파라미터
타입 | 이름 | 설명 |
---|---|---|
Type | type | The schema type. |
반환
타입 | 설명 |
---|---|
AddressableAssetGroupSchema | The schema if found, otherwise null. |