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

Mostrar archivo 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_oe property

public bool isExplicit
return bool

name public_oe property

public string name
return string

type public_oe property

public PBXFileType type
return PBXFileType