Torque 3D - Script Manual: GuiControlArrayControl Class Reference

TorqueScript

Main   Class List   Namespace List   Online

GuiControlArrayControl Class Reference
[Container Controls]

Brief Desc. More...

Inheritance diagram for GuiControlArrayControl:

List of all members.

Public Attributes

Array

int colCount
 Number of colums in the array.
intList colSizes
 Size of each individual column.
int colSpacing
 Padding to put between columns.
int rowSize
 Heigth of a row in the array.
int rowSpacing
 Padding to put between rows.

Detailed Description

Brief Desc.

Example:
// Comment:
%okButton = new ClassObject()
instantiation

Member Data Documentation

Number of colums in the array.

Size of each individual column.

Padding to put between columns.

Heigth of a row in the array.

Padding to put between rows.



Copyright © GarageGames, LLC. All Rights Reserved.