Version: 2020.3
言語: 日本語

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.

説明

コンストラクター