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

Mostrar archivo Open project: CarlosHBC/UnityDecompiled

Public Properties

Property Type Description
group string
projectRef string

Public Methods

Method Description
Create ( string group, string projectRef ) : ProjectReference

Method Details

Create() public static method

public static Create ( string group, string projectRef ) : ProjectReference
group string
projectRef string
return ProjectReference

Property Details

group public_oe property

public string group
return string

projectRef public_oe property

public string projectRef
return string