Difference between revisions of "HPL3/Community/Scripting/Classes/cimguiwindowdata"
Jump to navigation
Jump to search
(Upload classes to sub) |
(No difference)
|
Latest revision as of 10:12, 30 July 2020
cImGuiWindowData
Fields
| Field Name | Type | Description |
|---|---|---|
| mColorBase | cColor | |
| mColorText | cColor | |
| mColorDisabled | cColor | |
| mvDefaultSize | cVector2f | |
| mbUseBackgroundGfx | bool | |
| mGfxBackground | cImGuiGfx | |
| mFont | cImGuiFont | |
| mFontAlign | eFontAlign | |
| mbUseDisabledColor | bool | |
| mHeaderType | eImGuiWindowHeader | |
| mGfxWindowData | cImGuiFrameGfx | |
| mbUseHeader | bool | |
| mvLabelOffset | cVector3f | |
| mfCaptionSizeMul | float | |
| mGfxLabelData | cImGuiFrameGfx | |
| mfLabelPaddingTop | float | |
| mfLabelPaddingRight | float | |
| mfLabelPaddingBottom | float | |
| mfLabelPaddingLeft | float | |
| mfLabelMinWidth | float | |
| mfPaddingTop | float | |
| mfPaddingRight | float | |
| mfPaddingBottom | float | |
| mfPaddingLeft | float |
Functions
| Return Type | Function Name | Parameters | Description |
|---|---|---|---|
| void | SetLabelPadding | float afTop, float afRight, float afBottom, float afLeft |
|
| void | SetPadding | float afTop, float afRight, float afBottom, float afLeft |
Remarks
Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki!