C# Class NugetForUnity.DependencyTreeViewer

A viewer for all of the packages and their dependencies currently installed in the project.
Inheritance: EditorWindow
Mostra file Open project: GlitchEnzo/NuGetForUnity

Protected Methods

Method Description
OnGUI ( ) : void

Automatically called by Unity to draw the GUI.

Private Methods

Method Description
BuildTree ( ) : void
DisplayDependencyTree ( ) : void
DrawDepencency ( NugetPackageIdentifier dependency ) : void
DrawPackage ( NugetPackage package ) : void
OnEnable ( ) : void

Called when enabling the window.

Method Details

OnGUI() protected method

Automatically called by Unity to draw the GUI.
protected OnGUI ( ) : void
return void