C# Class NugetForUnity.NuspecEditor

Inheritance: UnityEditor.Editor
Afficher le fichier Open project: GlitchEnzo/NuGetForUnity

Méthodes publiques

Méthode Description
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.

Méthodes protégées

Méthode Description
OnHeaderGUI ( ) : void

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

Method Details

OnEnable() public méthode

Automatically called by Unity when the Inspector is first opened (when a .nuspec file is clicked on in the Project view).
public OnEnable ( ) : void
Résultat void

OnHeaderGUI() protected méthode

Use the Header GUI to draw the controls since the Inspector GUI method call is disabled by Unity.
protected OnHeaderGUI ( ) : void
Résultat void

OnInspectorGUI() public méthode

Allow the Inspector GUI to behave as normal if it's NOT a .nuspec file.
public OnInspectorGUI ( ) : void
Résultat void