C# Class UnityEditor.KabamXCodeEditor.XCBuildConfiguration

Inheritance: PBXObject
Mostrar archivo Open project: Kabam/XCodeEditor-for-Unity

Public Methods

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

Protected Methods

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

Method Details

AddFrameworkSearchPaths() public method

public AddFrameworkSearchPaths ( PBXList paths, bool recursive = true ) : bool
paths PBXList
recursive bool
return bool

AddHeaderSearchPaths() public method

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

AddLibrarySearchPaths() public method

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

AddOtherCFlags() public method

public AddOtherCFlags ( PBXList flags ) : bool
flags PBXList
return bool

AddOtherCFlags() public method

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

AddSearchPaths() protected method

protected AddSearchPaths ( PBXList paths, string key, bool recursive = true ) : bool
paths 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