C# 클래스 Assets.UnderConstruction.Editor.GraphManagementUISystem

상속: DiagramPlugin, IQueryDesignerWindowModalContent, IQueryGraphsActions, INewTabRequested
파일 보기 프로젝트 열기: InvertGames/uFrame.Editor

Private Properties

프로퍼티 타입 설명
DrawGraphManagementWizard void

공개 메소드들

메소드 설명
DrawGraphsList ( Rect bounds, List items ) : void
NewTabRequested ( ) : void
QueryDesignerWindowModalContent ( List content ) : void
QueryGraphsAction ( List items ) : void
ToggleGraphManagementWizard ( ) : void

비공개 메소드들

메소드 설명
DrawGraphManagementWizard ( Rect obj ) : void

메소드 상세

DrawGraphsList() 공개 메소드

public DrawGraphsList ( Rect bounds, List items ) : void
bounds UnityEngine.Rect
items List
리턴 void

NewTabRequested() 공개 메소드

public NewTabRequested ( ) : void
리턴 void

QueryDesignerWindowModalContent() 공개 메소드

public QueryDesignerWindowModalContent ( List content ) : void
content List
리턴 void

QueryGraphsAction() 공개 메소드

public QueryGraphsAction ( List items ) : void
items List
리턴 void

ToggleGraphManagementWizard() 공개 메소드

public ToggleGraphManagementWizard ( ) : void
리턴 void