C# Class Prolog.Table

Afficher le fichier Open project: ianhorswill/UnityProlog

Méthodes publiques

Méthode Description
Render ( ) : void
Table ( object rows, GUIStyle style ) : System

Private Methods

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

Method Details

Render() public méthode

public Render ( ) : void
Résultat void

Table() public méthode

public Table ( object rows, GUIStyle style ) : System
rows object
style UnityEngine.GUIStyle
Résultat System