Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
Core.Object | +-- GUI.GUI | +-- GUI.GUIComponent | +-- GUI.GUIImage
GUIImageList
Variables Summary | |
---|---|
GUIImage | |
Material | Image |
eImgAlign | ImageAlign |
color | ImageColor |
EMenuRenderStyle | ImageRenderStyle |
eImgStyle | ImageStyle |
int | X1 |
int | X2 |
int | Y1 |
int | Y2 |
Inherited Variables from GUI.GUI |
---|
Controller, QBTN_Abort, QBTN_AbortRetry, QBTN_Cancel, QBTN_Continue, QBTN_Ignore, QBTN_No, QBTN_Ok, QBTN_OkCancel, QBTN_Retry, QBTN_TimeOut, QBTN_Yes, QBTN_YesNo, QBTN_YesNoCancel |
Enumerations Summary |
---|
Inherited Enumerations from GUI.GUIComponent |
---|
EClickSound |
Inherited Enumerations from GUI.GUI |
---|
eEditMask, eIconPosition, eImgAlign, eImgStyle, eListElemDisplay, EMenuRenderStyle, eMenuState, eProgressDirection, eTextAlign, eTextCase, eXControllerCodes |
Structures Summary |
---|
Inherited Structures from GUI.GUIComponent |
---|
sDynamicPositionSpec, sTransitionSpec |
Inherited Structures from GUI.GUI |
---|
ControlSpec, GUIListElem |
Functions Summary | ||
---|---|---|
InitComponent (GUIComponent Owner)) |
Inherited Functions from GUI.GUI |
---|
CopyConfig, CreateElement, IsDigit, MakeColorCode, StripCodes |
Variables Detail |
---|
The Material to Render
If ISTY_Justified, how should image be aligned
What color should we set
How should we display this image
How should the image be displayed
If set, it will pull a subimage from inside the image
If set, it will pull a subimage from inside the image
If set, it will pull a subimage from inside the image
If set, it will pull a subimage from inside the image
Functions Detail |
---|
Defaultproperties |
---|
defaultproperties { ImageColor=(R=255,G=255,B=255,A=255) ImageStyle=ISTY_Scaled ImageRenderStyle=MSTY_Alpha ImageAlign=IMGA_TopLeft X1=-1 X2=-1 Y1=-1 Y2=-1 RenderWeight=0.1 bAcceptsInput=false } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |