Class PlatformSupportUiHelper
Utility class for platform support UI.
Inherited Members
Namespace: Unity.Services.Core.Editor
Assembly: Unity.Services.Core.Editor.dll
Syntax
public static class PlatformSupportUiHelper
Methods
GeneratePlatformSupport(IEnumerable<string>)
Generate a platform support UI.
Declaration
public static VisualElement GeneratePlatformSupport(IEnumerable<string> platforms)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<string> | platforms | The set of platforms to support in the UI. |
Returns
Type | Description |
---|---|
VisualElement | Return the parent node of the platform support UI. |