C# Class EditorDrawHelper, Excel4Unity

Afficher le fichier Open project: joexi/Excel4Unity Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public static DoHorizontal ( Action cb ) : void
cb Action
Résultat void

DrawButton() public static méthode

public static DrawButton ( string title, Action onClick ) : void
title string
onClick Action
Résultat void

DrawButtonHorizontal() public static méthode

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

DrawCell() public static méthode

public static DrawCell ( ExcelTable, table, int row, int column ) : void
table ExcelTable,
row int
column int
Résultat void

DrawTable() public static méthode

public static DrawTable ( ExcelTable, table ) : void
table ExcelTable,
Résultat void

DrawTableTab() public static méthode

public static DrawTableTab ( Excel, xls, int &selectIndex ) : void
xls Excel,
selectIndex int
Résultat void