C# Класс EditorDrawHelper, Excel4Unity

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
DoHorizontal ( Action cb ) : void
DrawButton ( string title, Action onClick ) : void
DrawButtonHorizontal ( string title, Action onClick, bool horizontal = true ) : void
DrawCell ( ExcelTable, table, int row, int column ) : void
DrawTable ( ExcelTable, table ) : void
DrawTableTab ( Excel, xls, int &selectIndex ) : void

Описание методов

DoHorizontal() публичный статический Метод

public static DoHorizontal ( Action cb ) : void
cb Action
Результат void

DrawButton() публичный статический Метод

public static DrawButton ( string title, Action onClick ) : void
title string
onClick Action
Результат void

DrawButtonHorizontal() публичный статический Метод

public static DrawButtonHorizontal ( string title, Action onClick, bool horizontal = true ) : void
title string
onClick Action
horizontal bool
Результат void

DrawCell() публичный статический Метод

public static DrawCell ( ExcelTable, table, int row, int column ) : void
table ExcelTable,
row int
column int
Результат void

DrawTable() публичный статический Метод

public static DrawTable ( ExcelTable, table ) : void
table ExcelTable,
Результат void

DrawTableTab() публичный статический Метод

public static DrawTableTab ( Excel, xls, int &selectIndex ) : void
xls Excel,
selectIndex int
Результат void