/EditorApplicationExtention

EditorApplication Extention

Primary LanguageC#MIT LicenseMIT

EditorApplicationExtention

GitHub package.json version

概要

UnityEditor.EditorApplicationクラスで不足している機能や非公開のメソッドやプロパティを使用出来るClassを目指しています。

プロパティ

editorApplicationQuit

public static UnityAction editorApplicationQuit

説明

UnityEditorが終了する時に実行されるUnityActionです。

API

Reboot

public static void Reboot()

説明

UnityEditorをリブートします。UnityEditorを起動する際に使用した引数を引き継ぎます。 MenuItemのFile > Rebootで実行することが可能です。

11b589b5d36c2d22b42b21ab2c9e68d1