C# Class UnityEditor.XCodeEditor.PBXBuildFile

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

Public Methods

Method Description
AddCompilerFlag ( string flag ) : bool
PBXBuildFile ( PBXFileReference fileRef, bool weak = false ) : System.Collections
PBXBuildFile ( string guid, PBXDictionary dictionary ) : System.Collections
SetWeakLink ( bool weak = false ) : bool

Method Details

AddCompilerFlag() public method

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

PBXBuildFile() public method

public PBXBuildFile ( PBXFileReference fileRef, bool weak = false ) : System.Collections
fileRef PBXFileReference
weak bool
return System.Collections

PBXBuildFile() public method

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

SetWeakLink() public method

public SetWeakLink ( bool weak = false ) : bool
weak bool
return bool