Class RelatedPackage
Namespace: UnityEditor.PackageManager.ValidationSuite
Syntax
public class RelatedPackage
Constructors
RelatedPackage(String, String, String)
Declaration
public RelatedPackage(string name, string version, string path)
Parameters
Type | Name | Description |
---|---|---|
String | name | |
String | version | |
String | path |
Fields
Name
Declaration
public string Name
Field Value
Type | Description |
---|---|
String |
Path
Declaration
public string Path
Field Value
Type | Description |
---|---|
String |
Version
Declaration
public string Version
Field Value
Type | Description |
---|---|
String |