HPL3/Amnesia: Rebirth/Scripting/cImGuiSliderData

From Frictional Wiki
Jump to navigation Jump to search

Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki!

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

References

See all references...