docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct GdkData

    Data structure to hold information about the discovered GDK installation.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Unity.Microsoft.GDK.Discovery
    Assembly: Unity.Microsoft.GDK.Discovery.dll
    Syntax
    public struct GdkData

    Properties

    ComponentPaths

    GDK components that are available.

    Declaration
    public Dictionary<string, string> ComponentPaths { readonly get; set; }
    Property Value
    Type Description
    Dictionary<string, string>

    Edition

    The version of the GDK Installation.

    Declaration
    public int Edition { readonly get; set; }
    Property Value
    Type Description
    int

    Path

    The path to the GDK installation.

    Declaration
    public string Path { readonly get; set; }
    Property Value
    Type Description
    string
    In This Article
    Back to top
    Copyright © 2026 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)