Cogito, ergo sum

UE2:DrawOpBase (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UT2004 Object >> DrawOpBase

Contents

Package: 
XInterface
Direct subclasses:
DrawOpImage, DrawOpText
This class in other games:
UT2003

null

[edit] Properties

[edit] DrawColor

Type: Object.Color

Color to set Canvas to.

Default value:

Member Value
A 255
B 255
G 255
R 255

[edit] Height

Type: float


[edit] Justification

Type: byte

0 - Left/Top 1 - Centered 2 - Right/Bottom

[edit] Lft

Type: float


[edit] RenderStyle

Type: byte

Render Style to use for this particular Image

Default value: 1

[edit] Top

Type: float


[edit] Width

Type: float

Location/size is always range 0.0 to 1.0

[edit] Instance functions

[edit] Draw

function Draw (Canvas Canvas)


[edit] GetFont

simulated function Font GetFont (string FontClassName, float ResX)


[edit] GetGUIFont

simulated function Font GetGUIFont (string FontClassName, float ResX)


[edit] SetPos

function SetPos (float T, float L)


[edit] SetSize

function SetSize (float H, float W)


Personal tools