GUIGrid

From Virtual World Web Wiki
Revision as of 17:48, 20 October 2016 by Spark5 (Talk | contribs) (Documentation for the GUIGrid class)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Remarks [edit]

Properties

JSVector2 CellSize {get; set;}
int ColumnCount {get; set;}
bool Horizontal {get; set;}
int RowCount {get; set;}
JSVector2 Spacing {get; set;}
Corner StartCorner {get; set;}

Constructors

GUIGrid()