C# Class Invert.Core.GraphDesigner.Unity.KoinoniaSystem.PackageManagerUISystem

Inheritance: DiagramPlugin, IDrawPackageManager, IDrawPackagePage, IDrawPackageControlPanel
Afficher le fichier Open project: InvertGames/uFrame.Editor

Private Properties

Свойство Type Description
DrawLoadingScreen void
DrawLoginScreen void
DrawPackageList void
DrawPackageManagerScreen void
DrawPackagePreview void
DrawPreviewScreen void
SelectPackage void

Méthodes publiques

Méthode Description
DownloadImage ( string url ) : void
DownloadString ( string url ) : void
DrawControlPanel ( Rect bounds, UFramePackage package ) : void
DrawPackageManager ( Rect bounds ) : void
DrawPackagePage ( Rect bounds, UFramePackageDescriptor package ) : void
GetContent ( string url ) : string
GetImage ( string url ) : Texture
OpenPackageControlPanelWindow ( Rect position, UFramePackageDescriptor package ) : void
OpenPackageManagerWindow ( ) : void

Private Methods

Méthode Description
DrawLoadingScreen ( Rect bounds, string message ) : void
DrawLoginScreen ( Rect bounds ) : void
DrawPackageList ( Rect projectListBounds ) : void
DrawPackageManagerScreen ( Rect bounds ) : void
DrawPackagePreview ( Rect bounds, UFramePackageDescriptor descriptor, System.Action leftClick = null, System.Action rightClick = null ) : void
DrawPreviewScreen ( Rect bounds ) : void
SelectPackage ( string id ) : void

Method Details

DownloadImage() public méthode

public DownloadImage ( string url ) : void
url string
Résultat void

DownloadString() public méthode

public DownloadString ( string url ) : void
url string
Résultat void

DrawControlPanel() public méthode

public DrawControlPanel ( Rect bounds, UFramePackage package ) : void
bounds UnityEngine.Rect
package Invert.Core.GraphDesigner.Unity.KoinoniaSystem.Classes.UFramePackage
Résultat void

DrawPackageManager() public méthode

public DrawPackageManager ( Rect bounds ) : void
bounds UnityEngine.Rect
Résultat void

DrawPackagePage() public méthode

public DrawPackagePage ( Rect bounds, UFramePackageDescriptor package ) : void
bounds UnityEngine.Rect
package Invert.Core.GraphDesigner.Unity.KoinoniaSystem.Data.UFramePackageDescriptor
Résultat void

GetContent() public méthode

public GetContent ( string url ) : string
url string
Résultat string

GetImage() public méthode

public GetImage ( string url ) : Texture
url string
Résultat UnityEngine.Texture

OpenPackageControlPanelWindow() public static méthode

public static OpenPackageControlPanelWindow ( Rect position, UFramePackageDescriptor package ) : void
position UnityEngine.Rect
package Invert.Core.GraphDesigner.Unity.KoinoniaSystem.Data.UFramePackageDescriptor
Résultat void

OpenPackageManagerWindow() public static méthode

public static OpenPackageManagerWindow ( ) : void
Résultat void