C# Class Assets.UnderConstruction.Editor.GraphManagementUISystem

Inheritance: DiagramPlugin, IQueryDesignerWindowModalContent, IQueryGraphsActions, INewTabRequested
Show file Open project: InvertGames/uFrame.Editor

Private Properties

Property Type Description
DrawGraphManagementWizard void

Public Methods

Method Description
DrawGraphsList ( Rect bounds, List items ) : void
NewTabRequested ( ) : void
QueryDesignerWindowModalContent ( List content ) : void
QueryGraphsAction ( List items ) : void
ToggleGraphManagementWizard ( ) : void

Private Methods

Method Description
DrawGraphManagementWizard ( Rect obj ) : void

Method Details

DrawGraphsList() public method

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

NewTabRequested() public method

public NewTabRequested ( ) : void
return void

QueryDesignerWindowModalContent() public method

public QueryDesignerWindowModalContent ( List content ) : void
content List
return void

QueryGraphsAction() public method

public QueryGraphsAction ( List items ) : void
items List
return void

ToggleGraphManagementWizard() public method

public ToggleGraphManagementWizard ( ) : void
return void