C# 클래스 JKorTech.Extensive_Engineer_Report.GuiLayout

Class wrapper that (ab)uses using statements to ensure matched GUILayout method calls.
상속: IDisposable
파일 보기 프로젝트 열기: jkoritzinsky/Extensive-Engineer-Report

공개 메소드들

메소드 설명
Dispose ( ) : void
GuiLayout ( Method method ) : System
GuiLayout ( Method method, Rect areaRect ) : System
GuiLayout ( Method method, Vector2 &scrollPos ) : System

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GuiLayout() 공개 메소드

public GuiLayout ( Method method ) : System
method Method
리턴 System

GuiLayout() 공개 메소드

public GuiLayout ( Method method, Rect areaRect ) : System
method Method
areaRect UnityEngine.Rect
리턴 System

GuiLayout() 공개 메소드

public GuiLayout ( Method method, Vector2 &scrollPos ) : System
method Method
scrollPos Vector2
리턴 System