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

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

Public Properties

Property Type Description
name string
tree PBXSourceTree

Private Properties

Property Type Description

Public Methods

Method 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 method

public static CreateFromFile ( string path, string projectFileName, PBXSourceTree tree ) : PBXFileReferenceData
path string
projectFileName string
tree PBXSourceTree
return PBXFileReferenceData

CreateFromFolderReference() public static method

public static CreateFromFolderReference ( string path, string projectFileName, PBXSourceTree tree ) : PBXFileReferenceData
path string
projectFileName string
tree PBXSourceTree
return PBXFileReferenceData

UpdateProps() public method

public UpdateProps ( ) : void
return void

UpdateVars() public method

public UpdateVars ( ) : void
return void

Property Details

name public_oe property

public string name
return string

tree public_oe property

public PBXSourceTree tree
return PBXSourceTree