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

Show file Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Properties

Property Type Description
isExplicit bool
name string
type PBXFileType

Public Methods

Method Description
FileTypeDesc ( string typeName, PBXFileType type ) : System
FileTypeDesc ( string typeName, PBXFileType type, bool isExplicit ) : System

Method Details

FileTypeDesc() public method

public FileTypeDesc ( string typeName, PBXFileType type ) : System
typeName string
type PBXFileType
return System

FileTypeDesc() public method

public FileTypeDesc ( string typeName, PBXFileType type, bool isExplicit ) : System
typeName string
type PBXFileType
isExplicit bool
return System

Property Details

isExplicit public property

public bool isExplicit
return bool

name public property

public string name
return string

type public property

public PBXFileType type
return PBXFileType