Version: 2023.1
言語: 日本語
public static EditorApplication.CallbackFunction update ;

説明

UnityEditor で更新処理を行うためのデリゲート

アップデートするために、関数をこのデリゲートに追加します。

This delegate is not called at a fixed rate. Rather, it is called at least once, but usually multiple times per seconds.

See Also: CallbackFunction.