C# Class UnityEditor.iOS.Xcode.PBX.PBXGroupData

Inheritance: PBXObjectData
Mostrar archivo Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Properties

Property Type Description
children GUIDList
name string
path string
tree PBXSourceTree

Private Properties

Property Type Description
PBXGroupData System

Public Methods

Method Description
Create ( string name, string path, PBXSourceTree tree ) : PBXGroupData
CreateRelative ( string name ) : PBXGroupData
UpdateProps ( ) : void
UpdateVars ( ) : void

Private Methods

Method Description
PBXGroupData ( ) : System

Method Details

Create() public static method

public static Create ( string name, string path, PBXSourceTree tree ) : PBXGroupData
name string
path string
tree PBXSourceTree
return PBXGroupData

CreateRelative() public static method

public static CreateRelative ( string name ) : PBXGroupData
name string
return PBXGroupData

UpdateProps() public method

public UpdateProps ( ) : void
return void

UpdateVars() public method

public UpdateVars ( ) : void
return void

Property Details

children public_oe property

public GUIDList children
return GUIDList

name public_oe property

public string name
return string

path public_oe property

public string path
return string

tree public_oe property

public PBXSourceTree tree
return PBXSourceTree