C# Класс NugetForUnity.NugetWindow

Represents the NuGet Package Manager Window in the Unity Editor.
Наследование: EditorWindow
Показать файл Открыть проект

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

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

Automatically called by Unity to draw the GUI.

Приватные методы

Метод Описание
CreateColoredBackground ( ) : GUIStyle

Creates the alternating background color based upon if the Unity Editor is the free (light) skin or the Pro (dark) skin.

CreateNuspecFile ( ) : void
DisplayNugetWindow ( ) : void
DisplayVersion ( ) : void
DrawInstalled ( ) : void

Draws the list of installed packages.

DrawInstalledHeader ( ) : void

Draws the header which allows filtering the installed list of packages.

DrawOnline ( ) : void

Draws the current list of available online packages.

DrawOnlineHeader ( ) : void

Draws the header which allows filtering the online list of packages.

DrawPackage ( NugetPackage package ) : void

Draws the given NugetPackage.

DrawUpdates ( ) : void

Draws the list of installed packages that have updates available.

DrawUpdatesHeader ( ) : void

Draws the header for the Updates tab.

MakeTex ( int width, int height, Color col ) : Texture2D

From here: http://forum.unity3d.com/threads/changing-the-background-color-for-beginhorizontal.66015/

OnEnable ( ) : void

Called when enabling the window.

RestorePackages ( ) : void
UpdateInstalledPackages ( ) : void

Updates the list of installed packages.

UpdateOnlinePackages ( ) : void

Updates the list of available packages by running a search with the server using the currently set parameters (# to get, # to skip, etc).

UpdateUpdatePackages ( ) : void

Updates the list of update packages.

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

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

Automatically called by Unity to draw the GUI.
protected OnGUI ( ) : void
Результат void