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