C# 클래스 AssetPackager.Helpers.AssetListTypeHelper

Contains helper methods for AssetListType enum.
파일 보기 프로젝트 열기: kpumuk/assetpackager.net

공개 메소드들

메소드 설명
GetMimeType ( AssetListType assetListType ) : string

Gets a MIME type associated with specified AssetListType.

GetTypeByName ( string shortName ) : AssetListType

Gets an asset list type from string.

메소드 상세

GetMimeType() 공개 정적인 메소드

Gets a MIME type associated with specified AssetListType.
public static GetMimeType ( AssetListType assetListType ) : string
assetListType AssetListType An object to analyze.
리턴 string

GetTypeByName() 공개 정적인 메소드

Gets an asset list type from string.
public static GetTypeByName ( string shortName ) : AssetListType
shortName string Asset type (full or short name).
리턴 AssetListType