|
A GuiControlProfile with additional fields specific to GuiGameListMenuCtrl. More...
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. |
A GuiControlProfile with additional fields specific to GuiGameListMenuCtrl.
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. };
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.
Point2I GuiGameListMenuProfile::rowSize |
The base size ("width height") of a row.