Class VisualElementsProvider
Inheritance
System.Object
VisualElementsProvider
Namespace: GDX.Editor
Syntax
public static class VisualElementsProvider
Methods
| Improve this Doc View SourceActionableHelpBox(String, HelpBoxMessageType, String, Action)
Declaration
public static VisualElement ActionableHelpBox(string message, HelpBoxMessageType type, string action, Action onAction)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
UnityEngine.UIElements.HelpBoxMessageType | type | |
System.String | action | |
System.Action | onAction |
Returns
Type | Description |
---|---|
UnityEngine.UIElements.VisualElement |