Torque 3D - Script Manual: Value Controls

TorqueScript

Main   Class List   Namespace List   Online

Value Controls
[GUI]

Controls that display values and optionally allow to edit them. More...

Classes

class  GuiGraphCtrl
 A control that plots one or more curves in a chart. More...
class  GuiProgressBitmapCtrl
 A horizontal progress bar rendered from a repeating image. More...
class  GuiProgressCtrl
 GUI Control which displays a horizontal bar which increases as the progress value of 0.0 - 1.0 increases. More...
class  GuiSliderCtrl
 A control that displays a value between its minimal and maximal bounds using a slider placed on a vertical or horizontal axis. More...

Enumerations

enum  GuiGraphType {
  Bar,
  Filled,
  Point,
  PolyLine
}
 

The charting style of a single plotting curve in a GuiGraphCtrl.

More...

Detailed Description

Controls that display values and optionally allow to edit them.


Enumeration Type Documentation

The charting style of a single plotting curve in a GuiGraphCtrl.

Enumerator:
Bar 

Plot the curve as a bar chart.

Filled 

Plot a filled poly graph that connects the data points on the curve.

Point 

Plot each data point on the curve as a single dot.

PolyLine 

Plot straight lines through the data points of the curve.



Copyright © GarageGames, LLC. All Rights Reserved.