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

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

Méthodes publiques

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
CreateFromFile ( string path, string projectFileName, PBXSourceTree tree ) : PBXFileReferenceData
CreateFromFolderReference ( string path, string projectFileName, PBXSourceTree tree ) : PBXFileReferenceData
UpdateProps ( ) : void
UpdateVars ( ) : void

Method Details

CreateFromFile() public static méthode

public static CreateFromFile ( string path, string projectFileName, PBXSourceTree tree ) : PBXFileReferenceData
path string
projectFileName string
tree PBXSourceTree
Résultat PBXFileReferenceData

CreateFromFolderReference() public static méthode

public static CreateFromFolderReference ( string path, string projectFileName, PBXSourceTree tree ) : PBXFileReferenceData
path string
projectFileName string
tree PBXSourceTree
Résultat PBXFileReferenceData

UpdateProps() public méthode

public UpdateProps ( ) : void
Résultat void

UpdateVars() public méthode

public UpdateVars ( ) : void
Résultat void

Property Details

name public_oe property

public string name
Résultat string

tree public_oe property

public PBXSourceTree tree
Résultat PBXSourceTree