C# Class UnityEditor.iOS.Xcode.PBX.FileTypeUtils

Mostrar archivo Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method Description
GetFileType ( string ext, bool isFolderRef ) : PBXFileType
GetTypeName ( string ext ) : string
IsBuildable ( string ext, bool isFolderReference ) : bool
IsBuildableFile ( string ext ) : bool
IsKnownExtension ( string ext ) : bool

Private Methods

Method Description
AllAbsoluteSourceTrees ( ) : List
FileTypeUtils ( ) : System
IsFileTypeExplicit ( string ext ) : bool
ParseSourceTree ( string tree ) : PBXSourceTree
SourceTreeDesc ( PBXSourceTree tree ) : string

Method Details

GetFileType() public static method

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

GetTypeName() public static method

public static GetTypeName ( string ext ) : string
ext string
return string

IsBuildable() public static method

public static IsBuildable ( string ext, bool isFolderReference ) : bool
ext string
isFolderReference bool
return bool

IsBuildableFile() public static method

public static IsBuildableFile ( string ext ) : bool
ext string
return bool

IsKnownExtension() public static method

public static IsKnownExtension ( string ext ) : bool
ext string
return bool