HPL3/Amnesia: Rebirth/Scripting/cImGuiGfx
< 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 CopyFrom
- 3.2 GetFile
- 3.3 GetId
- 3.4 mbCrossfadeAnimation
- 3.5 mbUVFlipH
- 3.6 mbUVFlipV
- 3.7 mColor
- 3.8 mColorCornerBotLeft
- 3.9 mColorCornerBotRight
- 3.10 mColorCornerTopLeft
- 3.11 mColorCornerTopRight
- 3.12 mfAnimationTime
- 3.13 mMaterial
- 3.14 mType
- 3.15 mvAlphaLimit
- 3.16 mvOffset
- 3.17 mvUVMax
- 3.18 mvUVMin
- 3.19 mWrapMode
- 3.20 SetFile
- 4 References
Fields
Field Type | Field Name And Description |
---|---|
bool | mbCrossfadeAnimation |
bool | mbUVFlipH |
bool | mbUVFlipV |
cColor | mColor |
cColor | mColorCornerBotLeft |
cColor | mColorCornerBotRight |
cColor | mColorCornerTopLeft |
cColor | mColorCornerTopRight |
float | mfAnimationTime |
eGuiMaterial | mMaterial |
eImGuiGfx | mType |
cVector2f | mvAlphaLimit |
cVector3f | mvOffset |
cVector2f | mvUVMax |
cVector2f | mvUVMin |
eImGuiWrapMode | mWrapMode |
Functions
Return Type | Function And Description |
---|---|
void | CopyFrom(const cImGuiGfx &in aGfx) |
tString | GetFile() |
uint64 | GetId() |
void | SetFile(const tString &in asFile) |
Details
CopyFrom
GetFile
const tString& GetFile()
Returns:
- const tString&—
GetId
uint64 GetId()
Returns:
- uint64—
mbCrossfadeAnimation
bool mbCrossfadeAnimation
mbUVFlipH
bool mbUVFlipH
mbUVFlipV
bool mbUVFlipV
mColor
cColor mColor
mColorCornerBotLeft
cColor mColorCornerBotLeft
mColorCornerBotRight
cColor mColorCornerBotRight
mColorCornerTopLeft
cColor mColorCornerTopLeft
mColorCornerTopRight
cColor mColorCornerTopRight
mfAnimationTime
float mfAnimationTime
mMaterial
eGuiMaterial mMaterial
mType
eImGuiGfx mType
mvAlphaLimit
cVector2f mvAlphaLimit
mvOffset
cVector3f mvOffset
mvUVMax
cVector2f mvUVMax
mvUVMin
cVector2f mvUVMin
mWrapMode
eImGuiWrapMode mWrapMode
SetFile
References
- HPL3/Amnesia: Rebirth/Scripting/cImGui (← links)
- HPL3/Amnesia: Rebirth/Scripting/cImGuiButtonData (← links)
- HPL3/Amnesia: Rebirth/Scripting/cImGuiCheckBoxData (← links)
- HPL3/Amnesia: Rebirth/Scripting/cImGuiFrameData (← links)
- HPL3/Amnesia: Rebirth/Scripting/cImGuiFrameGfx (← links)
- HPL3/Amnesia: Rebirth/Scripting/cImGuiGaugeData (← links)
- HPL3/Amnesia: Rebirth/Scripting/cImGuiLabelData (← links)
- HPL3/Amnesia: Rebirth/Scripting/cImGuiMultiSelectData (← links)
- HPL3/Amnesia: Rebirth/Scripting/cImGuiSliderData (← links)
- HPL3/Amnesia: Rebirth/Scripting/cImGuiTextFrameData (← links)
- HPL3/Amnesia: Rebirth/Scripting/cImGuiWindowData (← links)
- HPL3/Amnesia: Rebirth/Scripting/cLuxInputHandler (← links)