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 1: Line 1:
 +
* '''Inherits class: [[GUIComponent]]'''
 +
* This is a JavaScript visible object
 
===Remarks <nowiki>[</nowiki>[{{fullurl:GUIGrid Remarks|action=edit}} edit]<nowiki>]</nowiki>===
 
===Remarks <nowiki>[</nowiki>[{{fullurl:GUIGrid Remarks|action=edit}} edit]<nowiki>]</nowiki>===
 
{{:GUIGrid Remarks}}
 
{{:GUIGrid Remarks}}
Line 14: Line 16:
  
 
:{{CSharp|Corner StartCorner {get; set;} }}
 
:{{CSharp|Corner StartCorner {get; set;} }}
 
===Constructors===
 
:{{CSharp|GUIGrid()}}
 
  
 
__NOTOC____NOEDITSECTION__
 
__NOTOC____NOEDITSECTION__

Revision as of 16:35, 21 October 2016

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

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;}