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

Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

Méthode 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

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

Method Details

GetFileType() public static méthode

public static GetFileType ( string ext, bool isFolderRef ) : PBXFileType
ext string
isFolderRef bool
Résultat PBXFileType

GetTypeName() public static méthode

public static GetTypeName ( string ext ) : string
ext string
Résultat string

IsBuildable() public static méthode

public static IsBuildable ( string ext, bool isFolderReference ) : bool
ext string
isFolderReference bool
Résultat bool

IsBuildableFile() public static méthode

public static IsBuildableFile ( string ext ) : bool
ext string
Résultat bool

IsKnownExtension() public static méthode

public static IsKnownExtension ( string ext ) : bool
ext string
Résultat bool