C# Class Prolog.Table

Mostrar archivo Open project: ianhorswill/UnityProlog

Public Methods

Method Description
Render ( ) : void
Table ( object rows, GUIStyle style ) : System

Private Methods

Method Description
AddItem ( object data ) : void
MakeColumn ( object columnData ) : string
MakeRow ( object row ) : List
ReserveColumnWidth ( int column, string data ) : void

Method Details

Render() public method

public Render ( ) : void
return void

Table() public method

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