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

Inheritance: PBXObjectData
Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

Свойство Type Description
children GUIDList
name string
path string
tree PBXSourceTree

Private Properties

Свойство Type Description
PBXGroupData System

Méthodes publiques

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

Private Methods

Méthode Description
PBXGroupData ( ) : System

Method Details

Create() public static méthode

public static Create ( string name, string path, PBXSourceTree tree ) : PBXGroupData
name string
path string
tree PBXSourceTree
Résultat PBXGroupData

CreateRelative() public static méthode

public static CreateRelative ( string name ) : PBXGroupData
name string
Résultat PBXGroupData

UpdateProps() public méthode

public UpdateProps ( ) : void
Résultat void

UpdateVars() public méthode

public UpdateVars ( ) : void
Résultat void

Property Details

children public_oe property

public GUIDList children
Résultat GUIDList

name public_oe property

public string name
Résultat string

path public_oe property

public string path
Résultat string

tree public_oe property

public PBXSourceTree tree
Résultat PBXSourceTree