C# Class UnityEditor.XCodeEditor.XCBuildConfiguration

Inheritance: UnityEditor.XCodeEditor.PBXObject
Mostrar archivo Open project: darktable/XCodeEditor-for-Unity Class Usage Examples

Public Methods

Method Description
AddHeaderSearchPaths ( UnityEditor.XCodeEditor.PBXList paths, bool recursive = true ) : bool
AddLibrarySearchPaths ( UnityEditor.XCodeEditor.PBXList paths, bool recursive = true ) : bool
AddOtherCFlags ( UnityEditor.XCodeEditor.PBXList flags ) : bool
AddOtherCFlags ( string flag ) : bool
XCBuildConfiguration ( string guid, PBXDictionary dictionary ) : System.Collections

Protected Methods

Method Description
AddSearchPaths ( UnityEditor.XCodeEditor.PBXList paths, string key, bool recursive = true ) : bool
AddSearchPaths ( string path, string key, bool recursive = true ) : bool

Method Details

AddHeaderSearchPaths() public method

public AddHeaderSearchPaths ( UnityEditor.XCodeEditor.PBXList paths, bool recursive = true ) : bool
paths UnityEditor.XCodeEditor.PBXList
recursive bool
return bool

AddLibrarySearchPaths() public method

public AddLibrarySearchPaths ( UnityEditor.XCodeEditor.PBXList paths, bool recursive = true ) : bool
paths UnityEditor.XCodeEditor.PBXList
recursive bool
return bool

AddOtherCFlags() public method

public AddOtherCFlags ( UnityEditor.XCodeEditor.PBXList flags ) : bool
flags UnityEditor.XCodeEditor.PBXList
return bool

AddOtherCFlags() public method

public AddOtherCFlags ( string flag ) : bool
flag string
return bool

AddSearchPaths() protected method

protected AddSearchPaths ( UnityEditor.XCodeEditor.PBXList paths, string key, bool recursive = true ) : bool
paths UnityEditor.XCodeEditor.PBXList
key string
recursive bool
return bool

AddSearchPaths() protected method

protected AddSearchPaths ( string path, string key, bool recursive = true ) : bool
path string
key string
recursive bool
return bool

XCBuildConfiguration() public method

public XCBuildConfiguration ( string guid, PBXDictionary dictionary ) : System.Collections
guid string
dictionary PBXDictionary
return System.Collections