C# 클래스 Prolog.Table

파일 보기 프로젝트 열기: ianhorswill/UnityProlog

공개 메소드들

메소드 설명
Render ( ) : void
Table ( object rows, GUIStyle style ) : System

비공개 메소드들

메소드 설명
AddItem ( object data ) : void
MakeColumn ( object columnData ) : string
MakeRow ( object row ) : List
ReserveColumnWidth ( int column, string data ) : void

메소드 상세

Render() 공개 메소드

public Render ( ) : void
리턴 void

Table() 공개 메소드

public Table ( object rows, GUIStyle style ) : System
rows object
style UnityEngine.GUIStyle
리턴 System