C# Class EditorDrawHelper, Excel4Unity

Exibir arquivo Open project: joexi/Excel4Unity Class Usage Examples

Public Methods

Method Description
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

Method Details

DoHorizontal() public static method

public static DoHorizontal ( Action cb ) : void
cb Action
return void

DrawButton() public static method

public static DrawButton ( string title, Action onClick ) : void
title string
onClick Action
return void

DrawButtonHorizontal() public static method

public static DrawButtonHorizontal ( string title, Action onClick, bool horizontal = true ) : void
title string
onClick Action
horizontal bool
return void

DrawCell() public static method

public static DrawCell ( ExcelTable, table, int row, int column ) : void
table ExcelTable,
row int
column int
return void

DrawTable() public static method

public static DrawTable ( ExcelTable, table ) : void
table ExcelTable,
return void

DrawTableTab() public static method

public static DrawTableTab ( Excel, xls, int &selectIndex ) : void
xls Excel,
selectIndex int
return void