C# Class Invert.Core.GraphDesigner.InputSystem

Inheritance: DiagramPlugin, IDesignerWindowEvents
显示文件 Open project: InvertGames/uFrame.Editor

Public Methods

Method Description
AfterDrawDesignerWindow ( Rect windowRect ) : void
AfterDrawGraph ( Rect diagramRect ) : void
BeforeDrawGraph ( Rect diagramRect ) : void
DrawComplete ( ) : void
ProcessInput ( ) : void

Method Details

AfterDrawDesignerWindow() public method

public AfterDrawDesignerWindow ( Rect windowRect ) : void
windowRect UnityEngine.Rect
return void

AfterDrawGraph() public method

public AfterDrawGraph ( Rect diagramRect ) : void
diagramRect UnityEngine.Rect
return void

BeforeDrawGraph() public method

public BeforeDrawGraph ( Rect diagramRect ) : void
diagramRect UnityEngine.Rect
return void

DrawComplete() public method

public DrawComplete ( ) : void
return void

ProcessInput() public method

public ProcessInput ( ) : void
return void