C# 클래스 UnityEditor.KabamXCodeEditor.XCProject

상속: System.IDisposable
파일 보기 프로젝트 열기: Kabam/XCodeEditor-for-Unity

공개 프로퍼티들

프로퍼티 타입 설명
_objects PBXDictionary

공개 메소드들

메소드 설명
AddFile ( string filePath, PBXGroup parent = null, string tree = "SOURCE_ROOT", bool createBuildFiles = true, bool weak = false ) : PBXDictionary
AddFolder ( string folderPath, PBXGroup parent = null, string exclude = null, bool recursive = true, bool createBuildFile = true ) : bool
AddFrameworkSearchPaths ( PBXList paths ) : bool
AddFrameworkSearchPaths ( string path ) : bool
AddHeaderSearchPaths ( PBXList paths ) : bool
AddHeaderSearchPaths ( string path ) : bool
AddLibrarySearchPaths ( PBXList paths ) : bool
AddLibrarySearchPaths ( string path ) : bool
AddOtherCFlags ( PBXList flags ) : bool
AddOtherCFlags ( string flag ) : bool
ApplyMod ( XCMod mod ) : void
ApplyMod ( string rootPath, string pbxmod ) : void
Backup ( ) : void
Consolidate ( ) : void
Dispose ( ) : void
GetFile ( string name ) : PBXFileReference
GetGroup ( string name, string path = null, PBXGroup parent = null ) : PBXGroup
GetObject ( string guid ) : object
Save ( ) : void

Saves a project after editing.

XCProject ( ) : System.Collections
XCProject ( string filePath ) : System.Collections

비공개 메소드들

메소드 설명
AddXcodeQuotes ( string path ) : string

메소드 상세

AddFile() 공개 메소드

public AddFile ( string filePath, PBXGroup parent = null, string tree = "SOURCE_ROOT", bool createBuildFiles = true, bool weak = false ) : PBXDictionary
filePath string
parent PBXGroup
tree string
createBuildFiles bool
weak bool
리턴 PBXDictionary

AddFolder() 공개 메소드

public AddFolder ( string folderPath, PBXGroup parent = null, string exclude = null, bool recursive = true, bool createBuildFile = true ) : bool
folderPath string
parent PBXGroup
exclude string
recursive bool
createBuildFile bool
리턴 bool

AddFrameworkSearchPaths() 공개 메소드

public AddFrameworkSearchPaths ( PBXList paths ) : bool
paths PBXList
리턴 bool

AddFrameworkSearchPaths() 공개 메소드

public AddFrameworkSearchPaths ( string path ) : bool
path string
리턴 bool

AddHeaderSearchPaths() 공개 메소드

public AddHeaderSearchPaths ( PBXList paths ) : bool
paths PBXList
리턴 bool

AddHeaderSearchPaths() 공개 메소드

public AddHeaderSearchPaths ( string path ) : bool
path string
리턴 bool

AddLibrarySearchPaths() 공개 메소드

public AddLibrarySearchPaths ( PBXList paths ) : bool
paths PBXList
리턴 bool

AddLibrarySearchPaths() 공개 메소드

public AddLibrarySearchPaths ( string path ) : bool
path string
리턴 bool

AddOtherCFlags() 공개 메소드

public AddOtherCFlags ( PBXList flags ) : bool
flags PBXList
리턴 bool

AddOtherCFlags() 공개 메소드

public AddOtherCFlags ( string flag ) : bool
flag string
리턴 bool

ApplyMod() 공개 메소드

public ApplyMod ( XCMod mod ) : void
mod XCMod
리턴 void

ApplyMod() 공개 메소드

public ApplyMod ( string rootPath, string pbxmod ) : void
rootPath string
pbxmod string
리턴 void

Backup() 공개 메소드

public Backup ( ) : void
리턴 void

Consolidate() 공개 메소드

public Consolidate ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetFile() 공개 메소드

public GetFile ( string name ) : PBXFileReference
name string
리턴 PBXFileReference

GetGroup() 공개 메소드

public GetGroup ( string name, string path = null, PBXGroup parent = null ) : PBXGroup
name string
path string
parent PBXGroup
리턴 PBXGroup

GetObject() 공개 메소드

public GetObject ( string guid ) : object
guid string
리턴 object

Save() 공개 메소드

Saves a project after editing.
public Save ( ) : void
리턴 void

XCProject() 공개 메소드

public XCProject ( ) : System.Collections
리턴 System.Collections

XCProject() 공개 메소드

public XCProject ( string filePath ) : System.Collections
filePath string
리턴 System.Collections

프로퍼티 상세

_objects 공개적으로 프로퍼티

public PBXDictionary _objects
리턴 PBXDictionary