C# 클래스 Invert.Core.GraphDesigner.Unity.ProblemUISystem

상속: DiagramPlugin, IDrawProblem, IShowExceptionDetails
파일 보기 프로젝트 열기: InvertGames/uFrame.Editor

공개 메소드들

메소드 설명
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