Difference between revisions of "HPL3/Community/Scripting/Classes/cguigfxelement"

From Frictional Wiki
Jump to navigation Jump to search
(Upload classes to sub)
 
(No difference)

Latest revision as of 10:11, 30 July 2020

cGuiGfxElement

Fields

cGuiGfxElement has no public fields.

Functions

Return Type Function Name Parameters Description
void SetOffset const cVector3f &in avOffset
const cVector3f& GetOffset
void SetActiveSize const cVector2f &in avSize
const cVector2f& GetActiveSize
cGuiGfxAnimation@ CreateAnimtion const tString &in asName
void PlayAnimation int alNum
int GetAnimationNum
cGuiGfxAnimation@ GetAnimation int alIdx
void SetAnimationTime float afTime
void SetAnimationPaused bool abX
bool GetAnimationPaused
void SetMaterial iGuiMaterial@ apMat
void SetColor const cColor& aColor
void SetFlipUvYAxis bool abX
bool GetFlipUvYAxis
const cVector2f& GetImageSize

Remarks

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