Inherits PBXBuildPhase.
|
|
| PBXCopyFilesBuildPhase (string guid, PBXDictionary dictionary) |
| |
|
| PBXBuildPhase (string guid, PBXDictionary dictionary) |
| |
|
bool | AddBuildFile (PBXBuildFile file) |
| |
|
void | RemoveBuildFile (string id) |
| |
|
bool | HasBuildFile (string id) |
| |
|
| PBXObject (string guid) |
| |
|
| PBXObject (string guid, PBXDictionary dictionary) |
| |
|
void | Add (string key, object obj) |
| |
|
bool | Remove (string key) |
| |
|
bool | ContainsKey (string key) |
| |
| string | ToCSV () |
| | I find this handy. return our fields as comma-separated values More...
|
| |
| override string | ToString () |
| | Concatenate and format so appears as "{,,,}" More...
|
| |
|
|
static bool | IsGuid (string aString) |
| |
|
static string | GenerateGuid () |
| |
| static implicit | operator bool (PBXObject x) |
| | This allows us to use the form: "if (x)" or "if (!x)" More...
|
| |
|
const string | FILES_KEY = "files" |
| |
|
const string | ISA_KEY = "isa" |
| |
|
string | _guid |
| |
|
PBXDictionary | _data |
| |
|
PBXList | files [get] |
| |
|
string | guid [get] |
| |
|
PBXDictionary | data [get] |
| |
The documentation for this class was generated from the following file:
- C:/Magmic/unity-shared-code/Libraries/DarkMatter/DarkMatter/proj.unity/Assets/Libraries/Nucleus/src/Editor/XUPorter/PBX Editor/PBXBuildPhase.cs