Difference between revisions of "GUIGrid"

From Virtual World Web Wiki
Jump to: navigation, search
(Documentation for the GUIGrid class)
(Documentation for the GUIGrid class)
Line 10: Line 10:
  
 
:{{CSharp|bool Horizontal {get; set;} }}
 
:{{CSharp|bool Horizontal {get; set;} }}
 +
 +
:{{CSharp|string ItemTemplate {get; set;} }}
  
 
:{{CSharp|int RowCount {get; set;} }}
 
:{{CSharp|int RowCount {get; set;} }}

Revision as of 15:57, 12 January 2017

  • Inherits class: GUIComponent
  • This is a JavaScript visible object

Remarks [edit]

Properties

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