Method | Description | |
---|---|---|
AddChild ( |
||
GetName ( ) : string | ||
HasChild ( string id ) : bool | ||
PBXGroup ( string guid, PBXDictionary dictionary ) : System.Collections | ||
PBXGroup ( string name, string path = null, string tree = "SOURCE_ROOT" ) : System.Collections | ||
RemoveChild ( string id ) : void |
public PBXGroup ( string guid, PBXDictionary dictionary ) : System.Collections | ||
guid | string | |
dictionary | PBXDictionary | |
return | System.Collections |
public PBXGroup ( string name, string path = null, string tree = "SOURCE_ROOT" ) : System.Collections | ||
name | string | |
path | string | |
tree | string | |
return | System.Collections |