C# Класс Invert.Core.GraphDesigner.Unity.ProblemUISystem

Наследование: DiagramPlugin, IDrawProblem, IShowExceptionDetails
Показать файл Открыть проект

Открытые методы

Метод Описание
DrawProblemInspector ( Rect bounds, Problem problem ) : void
ShowExceptionDetails ( Problem exception ) : void

Описание методов

DrawProblemInspector() публичный Метод

public DrawProblemInspector ( Rect bounds, Problem problem ) : void
bounds UnityEngine.Rect
problem Problem
Результат void

ShowExceptionDetails() публичный Метод

public ShowExceptionDetails ( Problem exception ) : void
exception Problem
Результат void