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, ITextElementConstructors
| 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 clickableField Value
| Type | Description | 
|---|---|
| Clickable |