Class ScrollerButton
Implements
Inherited Members
Namespace: UnityEngine.Experimental.UIElements
Assembly: UnityEngine.dll
Syntax
public class ScrollerButton : VisualElement, IEventHandler, ITransform, IUIElementDataWatch, IEnumerable<VisualElement>, IEnumerable, IVisualElementScheduler, IStyle
Constructors
| 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 clickable
Field Value
Type | Description |
---|---|
Clickable |