docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class GdkEnumerator

    Provides methods to enumerate and access discovered GDK (Game Development Kit) installations.

    Inheritance
    object
    GdkEnumerator
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Microsoft.GDK.Discovery
    Assembly: Unity.Microsoft.GDK.Discovery.dll
    Syntax
    public static class GdkEnumerator

    Properties

    DiscoveredGdks

    Gets a list of all discovered GDK installations.

    Declaration
    public static IEnumerable<GdkData> DiscoveredGdks { get; }
    Property Value
    Type Description
    IEnumerable<GdkData>

    An IEnumerable of GdkData objects representing discovered GDK installations.

    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)