C# 클래스 UnityEditor.iOS.Xcode.PBX.FileTypeUtils

파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

공개 메소드들

메소드 설명
GetFileType ( string ext, bool isFolderRef ) : PBXFileType
GetTypeName ( string ext ) : string
IsBuildable ( string ext, bool isFolderReference ) : bool
IsBuildableFile ( string ext ) : bool
IsKnownExtension ( string ext ) : bool

비공개 메소드들

메소드 설명
AllAbsoluteSourceTrees ( ) : List
FileTypeUtils ( ) : System
IsFileTypeExplicit ( string ext ) : bool
ParseSourceTree ( string tree ) : PBXSourceTree
SourceTreeDesc ( PBXSourceTree tree ) : string

메소드 상세

GetFileType() 공개 정적인 메소드

public static GetFileType ( string ext, bool isFolderRef ) : PBXFileType
ext string
isFolderRef bool
리턴 PBXFileType

GetTypeName() 공개 정적인 메소드

public static GetTypeName ( string ext ) : string
ext string
리턴 string

IsBuildable() 공개 정적인 메소드

public static IsBuildable ( string ext, bool isFolderReference ) : bool
ext string
isFolderReference bool
리턴 bool

IsBuildableFile() 공개 정적인 메소드

public static IsBuildableFile ( string ext ) : bool
ext string
리턴 bool

IsKnownExtension() 공개 정적인 메소드

public static IsKnownExtension ( string ext ) : bool
ext string
리턴 bool