Method GetAssetType
GetAssetType(Type)
Gets the enum AssetType associated with the param systemType ofType
선언
public static AssetType GetAssetType(Type ofType)
파라미터
타입 | 이름 | 설명 |
---|---|---|
Type | ofType | The Type of the asset |
반환
타입 | 설명 |
---|---|
AssetType | An AssetType or Other if null or unknown. |