C# Class Invert.Core.GraphDesigner.InputSystem

Inheritance: DiagramPlugin, IDesignerWindowEvents
Afficher le fichier Open project: InvertGames/uFrame.Editor

Méthodes publiques

Méthode Description
AfterDrawDesignerWindow ( Rect windowRect ) : void
AfterDrawGraph ( Rect diagramRect ) : void
BeforeDrawGraph ( Rect diagramRect ) : void
DrawComplete ( ) : void
ProcessInput ( ) : void

Method Details

AfterDrawDesignerWindow() public méthode

public AfterDrawDesignerWindow ( Rect windowRect ) : void
windowRect UnityEngine.Rect
Résultat void

AfterDrawGraph() public méthode

public AfterDrawGraph ( Rect diagramRect ) : void
diagramRect UnityEngine.Rect
Résultat void

BeforeDrawGraph() public méthode

public BeforeDrawGraph ( Rect diagramRect ) : void
diagramRect UnityEngine.Rect
Résultat void

DrawComplete() public méthode

public DrawComplete ( ) : void
Résultat void

ProcessInput() public méthode

public ProcessInput ( ) : void
Résultat void