Class Button
Implements
Inherited Members
Namespace: UnityEngine.Experimental.UIElements
Assembly: UnityEngine.dll
Syntax
public class Button : TextElement, IEventHandler, ITransform, IUIElementDataWatch, IEnumerable<VisualElement>, IEnumerable, IVisualElementScheduler, IStyle, ITextElement
Constructors
| Improve this Doc View SourceButton()
Declaration
public Button()
Button(Action)
Declaration
public Button(Action clickEvent)
Parameters
| Type | Name | Description |
|---|---|---|
| Action | clickEvent |
Fields
| Improve this Doc View Sourceclickable
Declaration
public Clickable clickable
Field Value
| Type | Description |
|---|---|
| Clickable |