Version: 2020.2
언어: 한국어

RepeatButtonConstructor

매뉴얼로 전환
public RepeatButton ();
public RepeatButton (Action clickEvent, long delay, long interval);

파라미터

clickEvent The action to execute when the button is pressed.
delay The initial delay before the action is executed for the first time.
interval The interval between each execution of the action.

설명

Constructor.