C# 클래스 EditorDrawHelper, Excel4Unity

파일 보기 프로젝트 열기: joexi/Excel4Unity 1 사용 예제들

공개 메소드들

메소드 설명
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