Search Results for

    Show / Hide Table of Contents

    Class ManifestEntry

    An object representative of the GDX entry in a manifest lockfile.

    Inheritance
    System.Object
    ManifestEntry
    Namespace: GDX.Editor
    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
    public int depth
    Field Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    hash

    Declaration
    public string hash
    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
    public string source
    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
    public string version
    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
    Type Description
    ManifestEntry
    • Improve this Doc
    • View Source
    In This Article
    Back to top Built on 2024-01-01 against 1f69a68.
    Generated by Dox+DocFX.