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

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

Méthodes publiques

Свойство Type Description
isExplicit bool
name string
type PBXFileType

Méthodes publiques

Méthode Description
FileTypeDesc ( string typeName, PBXFileType type ) : System
FileTypeDesc ( string typeName, PBXFileType type, bool isExplicit ) : System

Method Details

FileTypeDesc() public méthode

public FileTypeDesc ( string typeName, PBXFileType type ) : System
typeName string
type PBXFileType
Résultat System

FileTypeDesc() public méthode

public FileTypeDesc ( string typeName, PBXFileType type, bool isExplicit ) : System
typeName string
type PBXFileType
isExplicit bool
Résultat System

Property Details

isExplicit public_oe property

public bool isExplicit
Résultat bool

name public_oe property

public string name
Résultat string

type public_oe property

public PBXFileType type
Résultat PBXFileType