HPL3/Amnesia: Rebirth/Scripting/cImGuiButtonData
< HPL3 | Amnesia: Rebirth | Scripting
Jump to navigation
Jump to search
This page has been automatically generated, but it needs descriptions added to the various fields/functions in order to be complete. |
Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki!
Contents
- 1 Fields
- 2 Functions
- 3 Details
- 3.1 mbClipText
- 3.2 mbUseBackgroundGfx
- 3.3 mbUseDisabledColor
- 3.4 mbUseFrame
- 3.5 mbUseInFocusColor
- 3.6 mbUseInFocusGfx
- 3.7 mbUseTriggeredAndInFocusColor
- 3.8 mbUseTriggeredColor
- 3.9 mbUseTriggeredGfx
- 3.10 mColorBase
- 3.11 mColorDisabled
- 3.12 mColorInFocus
- 3.13 mColorText
- 3.14 mColorTriggered
- 3.15 mColorTriggeredAndInFocus
- 3.16 mfClipAreaPaddingLeft
- 3.17 mfClipAreaPaddingRight
- 3.18 mFont
- 3.19 mFontAlign
- 3.20 mfScrollResetDelay
- 3.21 mfScrollSpeed
- 3.22 mfScrollStartDelay
- 3.23 mGfxBackground
- 3.24 mGfxFrame
- 3.25 mGfxInFocus
- 3.26 mGfxTriggered
- 3.27 mvDefaultSize
- 4 References
Fields
Field Type | Field Name And Description |
---|---|
bool | mbClipText |
bool | mbUseBackgroundGfx |
bool | mbUseDisabledColor |
bool | mbUseFrame |
bool | mbUseInFocusColor |
bool | mbUseInFocusGfx |
bool | mbUseTriggeredAndInFocusColor |
bool | mbUseTriggeredColor |
bool | mbUseTriggeredGfx |
cColor | mColorBase |
cColor | mColorDisabled |
cColor | mColorInFocus |
cColor | mColorText |
cColor | mColorTriggered |
cColor | mColorTriggeredAndInFocus |
float | mfClipAreaPaddingLeft |
float | mfClipAreaPaddingRight |
cImGuiFont | mFont |
eFontAlign | mFontAlign |
float | mfScrollResetDelay |
float | mfScrollSpeed |
float | mfScrollStartDelay |
cImGuiGfx | mGfxBackground |
cImGuiFrameGfx | mGfxFrame |
cImGuiGfx | mGfxInFocus |
cImGuiGfx | mGfxTriggered |
cVector2f | mvDefaultSize |
Functions
cImGuiButtonData has no public functions
Details
mbClipText
bool mbClipText
mbUseBackgroundGfx
bool mbUseBackgroundGfx
mbUseDisabledColor
bool mbUseDisabledColor
mbUseFrame
bool mbUseFrame
mbUseInFocusColor
bool mbUseInFocusColor
mbUseInFocusGfx
bool mbUseInFocusGfx
mbUseTriggeredAndInFocusColor
bool mbUseTriggeredAndInFocusColor
mbUseTriggeredColor
bool mbUseTriggeredColor
mbUseTriggeredGfx
bool mbUseTriggeredGfx
mColorBase
cColor mColorBase
mColorDisabled
cColor mColorDisabled
mColorInFocus
cColor mColorInFocus
mColorText
cColor mColorText
mColorTriggered
cColor mColorTriggered
mColorTriggeredAndInFocus
cColor mColorTriggeredAndInFocus
mfClipAreaPaddingLeft
float mfClipAreaPaddingLeft
mfClipAreaPaddingRight
float mfClipAreaPaddingRight
mFont
cImGuiFont mFont
mFontAlign
eFontAlign mFontAlign
mfScrollResetDelay
float mfScrollResetDelay
mfScrollSpeed
float mfScrollSpeed
mfScrollStartDelay
float mfScrollStartDelay
mGfxBackground
cImGuiGfx mGfxBackground
mGfxFrame
cImGuiFrameGfx mGfxFrame
mGfxInFocus
cImGuiGfx mGfxInFocus
mGfxTriggered
cImGuiGfx mGfxTriggered
mvDefaultSize
cVector2f mvDefaultSize