C# Class JKorTech.Extensive_Engineer_Report.GuiLayout

Class wrapper that (ab)uses using statements to ensure matched GUILayout method calls.
Inheritance: IDisposable
Datei anzeigen Open project: jkoritzinsky/Extensive-Engineer-Report

Public Methods

Method Description
Dispose ( ) : void
GuiLayout ( Method method ) : System
GuiLayout ( Method method, Rect areaRect ) : System
GuiLayout ( Method method, Vector2 &scrollPos ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GuiLayout() public method

public GuiLayout ( Method method ) : System
method Method
return System

GuiLayout() public method

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

GuiLayout() public method

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