Version: 2022.2
言語: 日本語
public static Action CallDelayed (EditorApplication.CallbackFunction callback, double seconds);

パラメーター

callback Callback to be executed later in the main thread.
seconds Number of seconds to wait until the main thread executes the user callback.

戻り値

Action Returns an off handler that can be used to unregister the callback before it gets executed in the main thread later.

説明

Register a callback to be executed later in the main thread.