Version: 2020.3
言語: 日本語
public void SetAction (Action clickEvent, long delay, long interval);

パラメーター

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

説明

Set the action that should be executed when the button is pressed.