Class
ManifestEntry
An object representative of the GDX entry in a manifest lockfile.
Inheritance
System.Object
ManifestEntry
Syntax
[Serializable]
public class ManifestEntry
Fields
|
Improve this Doc
View Source
dependencies
Declaration
public string[] dependencies
Field Value
Type |
Description |
System.String[] |
|
|
Improve this Doc
View Source
depth
Declaration
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
hash
Declaration
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
InstallationType
Declaration
[NonSerialized]
public PackageProvider.InstallationType InstallationType
Field Value
Type |
Description |
GDX.Editor.PackageProvider.InstallationType |
|
|
Improve this Doc
View Source
source
Declaration
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Tag
Declaration
[NonSerialized]
public string Tag
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
version
Declaration
Field Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
Get(String)
Declaration
public static ManifestEntry Get(string json)
Parameters
Type |
Name |
Description |
System.String |
json |
|
Returns