Class GdkEnvVarData
Provides methods to retrieve GDK (Game Development Kit) data from environment variables.
Inherited Members
Namespace: Unity.Microsoft.GDK.Discovery
Assembly: Unity.Microsoft.GDK.Discovery.dll
Syntax
public static class GdkEnvVarData
Methods
GetGDKData()
Retrieves GDK data from environment variables.
Declaration
public static IEnumerable<GdkData> GetGDKData()
Returns
| Type | Description |
|---|---|
| IEnumerable<GdkData> | An IEnumerable of GdkData objects containing information about the GDK detected from environment variables. |
Remarks
This method will only return data on Windows platforms. It caches the result after the first call for improved performance.