The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

UE2:GUIImage (UT2003)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2003 Object >> GUI >> GUIComponent >> GUIImage
Package: 
XInterface
Direct subclass:
GUIImageList
This class in other games:
UE2Runtime, UT2004

Class: xInterface.GUIImage

GUIImage - A graphic image used by the menu system. It encapsulates Material.

Written by Joe Wilcox (c) 2002, Epic Games, Inc. All Rights Reserved

Properties[edit]

Property group 'Menu'[edit]

Image[edit]

Type: Material

The Material to Render

ImageAlign[edit]

Type: GUI.eImgAlign

If ISTY_Justified, how should image be aligned

ImageColor[edit]

Type: Object.Color

What color should we set

Default value:

Member Value
A 255
B 255
G 255
R 255

ImageRenderStyle[edit]

Type: GUI.EMenuRenderStyle

How should we display this image

Default value: MSTY_Alpha

ImageStyle[edit]

Type: GUI.eImgStyle

How should the image be displayed

X1[edit]

Type: int


Default value: -1

X2[edit]

Type: int


Default value: -1

Y1[edit]

Type: int


Default value: -1

Y2[edit]

Type: int

If set, it will pull a subimage from inside the image

Default value: -1