C# Class JKorTech.Extensive_Engineer_Report.GuiLayout

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

Méthodes publiques

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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GuiLayout() public méthode

public GuiLayout ( Method method ) : System
method Method
Résultat System

GuiLayout() public méthode

public GuiLayout ( Method method, Rect areaRect ) : System
method Method
areaRect UnityEngine.Rect
Résultat System

GuiLayout() public méthode

public GuiLayout ( Method method, Vector2 &scrollPos ) : System
method Method
scrollPos Vector2
Résultat System