C# 클래스 UnityEditor.KabamXCodeEditor.PBXFileReference

상속: PBXObject
파일 보기 프로젝트 열기: Kabam/XCodeEditor-for-Unity 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
buildPhase string
trees string>.Dictionary
typeNames string>.Dictionary
typePhases string>.Dictionary

공개 메소드들

메소드 설명
PBXFileReference ( string guid, PBXDictionary dictionary ) : System.Collections
PBXFileReference ( string filePath, TreeEnum tree = TreeEnum.SOURCE_ROOT ) : System.Collections

비공개 메소드들

메소드 설명
GuessFileType ( ) : void
SetFileType ( string fileType ) : void

메소드 상세

PBXFileReference() 공개 메소드

public PBXFileReference ( string guid, PBXDictionary dictionary ) : System.Collections
guid string
dictionary PBXDictionary
리턴 System.Collections

PBXFileReference() 공개 메소드

public PBXFileReference ( string filePath, TreeEnum tree = TreeEnum.SOURCE_ROOT ) : System.Collections
filePath string
tree TreeEnum
리턴 System.Collections

프로퍼티 상세

buildPhase 공개적으로 프로퍼티

public string buildPhase
리턴 string

trees 공개적으로 프로퍼티

public Dictionary trees
리턴 string>.Dictionary

typeNames 공개적으로 정적으로 프로퍼티

public static Dictionary typeNames
리턴 string>.Dictionary

typePhases 공개적으로 정적으로 프로퍼티

public static Dictionary typePhases
리턴 string>.Dictionary