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

Inheritance: DiagramPlugin, IDrawProblem, IShowExceptionDetails
Mostra file Open project: InvertGames/uFrame.Editor

Public Methods

Method Description
DrawProblemInspector ( Rect bounds, Problem problem ) : void
ShowExceptionDetails ( Problem exception ) : void

Method Details

DrawProblemInspector() public method

public DrawProblemInspector ( Rect bounds, Problem problem ) : void
bounds UnityEngine.Rect
problem Problem
return void

ShowExceptionDetails() public method

public ShowExceptionDetails ( Problem exception ) : void
exception Problem
return void