C# 클래스 UnityEditor.iOS.Xcode.PBX.FileTypeUtils.FileTypeDesc

파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
isExplicit bool
name string
type PBXFileType

공개 메소드들

메소드 설명
FileTypeDesc ( string typeName, PBXFileType type ) : System
FileTypeDesc ( string typeName, PBXFileType type, bool isExplicit ) : System

메소드 상세

FileTypeDesc() 공개 메소드

public FileTypeDesc ( string typeName, PBXFileType type ) : System
typeName string
type PBXFileType
리턴 System

FileTypeDesc() 공개 메소드

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

프로퍼티 상세

isExplicit 공개적으로 프로퍼티

public bool isExplicit
리턴 bool

name 공개적으로 프로퍼티

public string name
리턴 string

type 공개적으로 프로퍼티

public PBXFileType type
리턴 PBXFileType