Class PlatformSupportUiHelper
Utility class for platform support UI.
Namespace: Unity.Services.Core.Editor
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. |