Class ScrollerButton
Implements
Inherited Members
Namespace: UnityEngine.Experimental.UIElements
Assembly: UnityEngine.dll
Syntax
public class ScrollerButton : VisualElement, IEventHandler, ITransform, IUIElementDataWatch, IEnumerable<VisualElement>, IEnumerable, IVisualElementScheduler, IStyleConstructors
| Improve this Doc View SourceScrollerButton()
Declaration
public ScrollerButton()ScrollerButton(Action, Int64, Int64)
Declaration
public ScrollerButton(Action clickEvent, long delay, long interval)Parameters
| Type | Name | Description | 
|---|---|---|
| Action | clickEvent | |
| Int64 | delay | |
| Int64 | interval | 
Fields
| Improve this Doc View Sourceclickable
Declaration
public Clickable clickableField Value
| Type | Description | 
|---|---|
| Clickable |