C# Class Invert.Core.GraphDesigner.Unity.ProblemUISystem

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

Méthodes publiques

Méthode Description
DrawProblemInspector ( Rect bounds, Problem problem ) : void
ShowExceptionDetails ( Problem exception ) : void

Method Details

DrawProblemInspector() public méthode

public DrawProblemInspector ( Rect bounds, Problem problem ) : void
bounds UnityEngine.Rect
problem Problem
Résultat void

ShowExceptionDetails() public méthode

public ShowExceptionDetails ( Problem exception ) : void
exception Problem
Résultat void