C# Класс NugetForUnity.NuspecEditor

Наследование: UnityEditor.Editor
Показать файл Открыть проект

Открытые методы

Метод Описание
OnEnable ( ) : void

Automatically called by Unity when the Inspector is first opened (when a .nuspec file is clicked on in the Project view).

OnInspectorGUI ( ) : void

Allow the Inspector GUI to behave as normal if it's NOT a .nuspec file.

Защищенные методы

Метод Описание
OnHeaderGUI ( ) : void

Use the Header GUI to draw the controls since the Inspector GUI method call is disabled by Unity.

Описание методов

OnEnable() публичный Метод

Automatically called by Unity when the Inspector is first opened (when a .nuspec file is clicked on in the Project view).
public OnEnable ( ) : void
Результат void

OnHeaderGUI() защищенный Метод

Use the Header GUI to draw the controls since the Inspector GUI method call is disabled by Unity.
protected OnHeaderGUI ( ) : void
Результат void

OnInspectorGUI() публичный Метод

Allow the Inspector GUI to behave as normal if it's NOT a .nuspec file.
public OnInspectorGUI ( ) : void
Результат void