C# Класс JKorTech.Extensive_Engineer_Report.GuiLayout

Class wrapper that (ab)uses using statements to ensure matched GUILayout method calls.
Наследование: IDisposable
Показать файл Открыть проект

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

Метод Описание
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