Torque 3D - Script Manual: GuiGameListMenuProfile Class Reference

TorqueScript

Main   Class List   Namespace List   Online

GuiGameListMenuProfile Class Reference
[Game Controls]

A GuiControlProfile with additional fields specific to GuiGameListMenuCtrl. More...

Inheritance diagram for GuiGameListMenuProfile:

List of all members.

Public Attributes

Point2I hitAreaLowerRight
 Position of the lower right corner of the row hit area (relative to row's top left corner).
Point2I hitAreaUpperLeft
 Position of the upper left corner of the row hit area (relative to row's top left corner).
Point2I iconOffset
 Offset from the row's top left corner at which to render the row icon.
Point2I rowSize
 The base size ("width height") of a row.

Detailed Description

A GuiControlProfile with additional fields specific to GuiGameListMenuCtrl.

Example:
new GuiGameListMenuProfile()
{
   hitAreaUpperLeft = "10 2";
   hitAreaLowerRight = "190 18";
   iconOffset = "10 2";
   rowSize = "200 20";
   //Properties not specific to this control have been omitted from this example.
};

Member Data Documentation

Position of the lower right corner of the row hit area (relative to row's top left corner).

Position of the upper left corner of the row hit area (relative to row's top left corner).

Offset from the row's top left corner at which to render the row icon.

The base size ("width height") of a row.



Copyright © GarageGames, LLC. All Rights Reserved.