C# 클래스 NugetForUnity.DependencyTreeViewer

A viewer for all of the packages and their dependencies currently installed in the project.
상속: EditorWindow
파일 보기 프로젝트 열기: GlitchEnzo/NuGetForUnity

보호된 메소드들

메소드 설명
OnGUI ( ) : void

Automatically called by Unity to draw the GUI.

비공개 메소드들

메소드 설명
BuildTree ( ) : void
DisplayDependencyTree ( ) : void
DrawDepencency ( NugetPackageIdentifier dependency ) : void
DrawPackage ( NugetPackage package ) : void
OnEnable ( ) : void

Called when enabling the window.

메소드 상세

OnGUI() 보호된 메소드

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