Version: 2023.1
언어: 한국어
public static void Enqueue (Action action);
public static void Enqueue (Action action, double delayInSeconds);

파라미터

action Action to be executed in the main thread later.
delay Minimum amount of time in seconds for which the main thread will wait before executing the enqueued action.

설명

This function can be used in a thread to enqueue an action that will be executed later in the main thread.