C# 클래스 Invert.Core.GraphDesigner.Unity.KoinoniaSystem.PackageManagerUISystem

상속: DiagramPlugin, IDrawPackageManager, IDrawPackagePage, IDrawPackageControlPanel
파일 보기 프로젝트 열기: InvertGames/uFrame.Editor

Private Properties

프로퍼티 타입 설명
DrawLoadingScreen void
DrawLoginScreen void
DrawPackageList void
DrawPackageManagerScreen void
DrawPackagePreview void
DrawPreviewScreen void
SelectPackage void

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

DownloadImage() 공개 메소드

public DownloadImage ( string url ) : void
url string
리턴 void

DownloadString() 공개 메소드

public DownloadString ( string url ) : void
url string
리턴 void

DrawControlPanel() 공개 메소드

public DrawControlPanel ( Rect bounds, UFramePackage package ) : void
bounds UnityEngine.Rect
package Invert.Core.GraphDesigner.Unity.KoinoniaSystem.Classes.UFramePackage
리턴 void

DrawPackageManager() 공개 메소드

public DrawPackageManager ( Rect bounds ) : void
bounds UnityEngine.Rect
리턴 void

DrawPackagePage() 공개 메소드

public DrawPackagePage ( Rect bounds, UFramePackageDescriptor package ) : void
bounds UnityEngine.Rect
package Invert.Core.GraphDesigner.Unity.KoinoniaSystem.Data.UFramePackageDescriptor
리턴 void

GetContent() 공개 메소드

public GetContent ( string url ) : string
url string
리턴 string

GetImage() 공개 메소드

public GetImage ( string url ) : Texture
url string
리턴 UnityEngine.Texture

OpenPackageControlPanelWindow() 공개 정적인 메소드

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

OpenPackageManagerWindow() 공개 정적인 메소드

public static OpenPackageManagerWindow ( ) : void
리턴 void