Class RepeatButton
Implements
Inherited Members
Namespace: UnityEngine.Experimental.UIElements
Assembly: UnityEngine.dll
Syntax
public class RepeatButton : TextElement, IEventHandler, ITransform, IUIElementDataWatch, IEnumerable<VisualElement>, IEnumerable, IVisualElementScheduler, IStyle, ITextElementConstructors
| Improve this Doc View SourceRepeatButton()
Declaration
public RepeatButton()RepeatButton(Action, Int64, Int64)
Declaration
public RepeatButton(Action clickEvent, long delay, long interval)Parameters
| Type | Name | Description | 
|---|---|---|
| Action | clickEvent | |
| Int64 | delay | |
| Int64 | interval | 
Methods
| Improve this Doc View SourceSetAction(Action, Int64, Int64)
Declaration
public void SetAction(Action clickEvent, long delay, long interval)Parameters
| Type | Name | Description | 
|---|---|---|
| Action | clickEvent | |
| Int64 | delay | |
| Int64 | interval |