Метод | Описание | |
---|---|---|
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.
|