HPL3/Amnesia: Rebirth/Scripting/cImGuiGfx

From Frictional Wiki
< HPL3‎ | Amnesia: Rebirth‎ | Scripting
Revision as of 23:16, 15 November 2020 by Abion47 (talk | contribs) (Created page with "{{ScriptingStub}} Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki! ==Fields== {{CodeDocSummaryTop|Field Type|Field Name...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 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

void CopyFrom(const cImGuiGfx &in aGfx)


Parameters

Returns:

  • void

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

void SetFile(const tString &in asFile)


Parameters

Returns:

  • void

References

See all references...