Class PlatformToolkitEditor.PlatformToolkitImplementationInfo
Represents information about an available Platform Toolkit implementation.
Inherited Members
Namespace: Unity.PlatformToolkit.Editor
Assembly: Unity.PlatformToolkit.Editor.dll
Syntax
public class PlatformToolkitEditor.PlatformToolkitImplementationInfo
Properties
DisplayName
The display name for this Platform Toolkit implementation, as shown in the Unity Editor UI.
Declaration
public string DisplayName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Key
The unique identifier for this Platform Toolkit implementation. This key is used when setting configurations.
Declaration
public string Key { get; }
Property Value
| Type | Description |
|---|---|
| string |
SupportedPlatforms
A read-only collection of Unity BuildTarget that this Platform Toolkit implementation supports.
Declaration
public IReadOnlyCollection<BuildTarget> SupportedPlatforms { get; }
Property Value
| Type | Description |
|---|---|
| IReadOnlyCollection<BuildTarget> |