HPL3/Amnesia: Rebirth/Scripting/cImGuiSliderData
< 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 mbUseBackgroundGfx
- 3.2 mbUseBaseInFocusGfx
- 3.3 mbUseButtonGfx
- 3.4 mbUseButtonInFocusGfx
- 3.5 mbUseButtonTriggeredGfx
- 3.6 mbUseDisabledColor
- 3.7 mColorBase
- 3.8 mColorDisabled
- 3.9 mColorText
- 3.10 mfDefaultStepSize
- 3.11 mFont
- 3.12 mFontAlign
- 3.13 mfRepeatDelay
- 3.14 mGfxBackground
- 3.15 mGfxBaseInFocus
- 3.16 mGfxButton
- 3.17 mGfxButtonInFocus
- 3.18 mGfxButtonTriggered
- 3.19 mvButtonSize
- 3.20 mvDefaultSize
- 4 References
Fields
Field Type | Field Name And Description |
---|---|
bool | mbUseBackgroundGfx |
bool | mbUseBaseInFocusGfx |
bool | mbUseButtonGfx |
bool | mbUseButtonInFocusGfx |
bool | mbUseButtonTriggeredGfx |
bool | mbUseDisabledColor |
cColor | mColorBase |
cColor | mColorDisabled |
cColor | mColorText |
float | mfDefaultStepSize |
cImGuiFont | mFont |
eFontAlign | mFontAlign |
float | mfRepeatDelay |
cImGuiGfx | mGfxBackground |
cImGuiGfx | mGfxBaseInFocus |
cImGuiGfx | mGfxButton |
cImGuiGfx | mGfxButtonInFocus |
cImGuiGfx | mGfxButtonTriggered |
cVector2f | mvButtonSize |
cVector2f | mvDefaultSize |
Functions
cImGuiSliderData has no public functions
Details
mbUseBackgroundGfx
bool mbUseBackgroundGfx
mbUseBaseInFocusGfx
bool mbUseBaseInFocusGfx
mbUseButtonGfx
bool mbUseButtonGfx
mbUseButtonInFocusGfx
bool mbUseButtonInFocusGfx
mbUseButtonTriggeredGfx
bool mbUseButtonTriggeredGfx
mbUseDisabledColor
bool mbUseDisabledColor
mColorBase
cColor mColorBase
mColorDisabled
cColor mColorDisabled
mColorText
cColor mColorText
mfDefaultStepSize
float mfDefaultStepSize
mFont
cImGuiFont mFont
mFontAlign
eFontAlign mFontAlign
mfRepeatDelay
float mfRepeatDelay
mGfxBackground
cImGuiGfx mGfxBackground
mGfxBaseInFocus
cImGuiGfx mGfxBaseInFocus
mGfxButton
cImGuiGfx mGfxButton
mGfxButtonInFocus
cImGuiGfx mGfxButtonInFocus
mGfxButtonTriggered
cImGuiGfx mGfxButtonTriggered
mvButtonSize
cVector2f mvButtonSize
mvDefaultSize
cVector2f mvDefaultSize