Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

Engine.Canvas

Extends
Object
Modifiers
native noexport

Core.Object
|   
+-- Engine.Canvas

Constants Summary
Inherited Contants from Core.Object
DegreesToRadians, DegreesToRotationUnits, MaxFlt, MaxInt, MAXSEED, NoLabel, NoState, Pi, RadiansToDegrees, RF_NotifyStateChange, RotationUnitsToDegrees

Variables Summary
boolbCenter
boolbNoSmooth
floatClipX
floatClipY
floatCurX
floatCurY
floatCurYL
fontDebugFont
colorDrawColor
fontFont
fontMedFont
floatOrgX
floatOrgY
intSizeX
intSizeY
fontSmallFont
floatSpaceX
floatSpaceY
byteStyle
viewportViewport
floatZ
Inherited Variables from Core.Object
Class, Name, ObjectFlags, ObjectInternal[6], Outer

Enumerations Summary
Inherited Enumerations from Core.Object
EAlignment, ECamOrientation, ESheerAxis

Structures Summary
Inherited Structures from Core.Object
Alignment, BoundingVolume, Box, Color, ComponentHandle, Coords, Dimension, Guid, Matrix, NotifyInfo, ParticleHandle, Plane, Point, Range, RangeVector, Rectangle, Rotator, Scale, Vector

Functions Summary
functionvector DeProject (vector V)
function DrawActor (Actor A, bool WireFrame, optional bool ClearZ, optional float DisplayFOV)
function DrawIcon (texture Tex, float Scale ))
function DrawPattern (texture Tex, float XL, float YL, float Scale ))
function DrawPortal (int X, int Y, int Width, int Height, actor CamActor, vector CamLocation, rotator CamRotation, optional int FOV, optional bool ClearZ)
function DrawRect (texture Tex, float RectX, float RectY ))
function DrawRectangle (int X, int Y, int Width, int Height, optional color C)
function DrawText (coerce string Text, optional bool CR)
function DrawTextClipped (coerce string Text, optional bool bCheckHotKey)
function DrawTile (texture Tex, float XL, float YL, float U, float V, float UL, float VL)
function DrawTileClipped (texture Tex, float XL, float YL, float U, float V, float UL, float VL)
function GetDrawBounds (out int X, out int Y, out int Width, out int Height)
functionColor MakeColor (byte R, byte G, byte B, optional byte A))
functionvector Project (vector V)
event Reset ()))
function SetClip (float X, float Y ))
function SetDrawBounds (int X, int Y, int Width, int Height)
function SetDrawColor (byte R, byte G, byte B, optional byte A))
function SetFont (Font NewFont, optional bool bForce ))
function SetOrigin (float X, float Y ))
function SetPos (float X, float Y ))
function StrLen (coerce string String, out float XL, out float YL)
function TextSize (coerce string String, out float XL, out float YL)
Inherited Functions from Core.Object
!, !=, $, %, &, &&, *, **, *=, +, ++, +=, -, --, -=, / , /=, <, <<, <=, ==, >, >=, >>, >>>, ?, @, @=, Ablend, AblendR, Abs, Acos, AddFlagSafe, AddTimer, AddTimerS, Asc, Asin, Atan, Atan2, BeginState, Blend, BlendR, CallFunction, CallFunctionS, CanGetProperty, CanSetProperty, Caps, Chr, Clamp, ClassIsChildOf, Constructed, Cos, Cross, DefinesFunction, DefinesFunctionS, Delete, Disable, Dot, DumpProbes, DynamicLoadObject, Enable, EndState, EnumStr, Exp, FClamp, FDecision, FileSize, FindObject, FMax, FMin, FRand, GetAxes, GetContext, GetEnum, GetLanguage, GetPropertyText, GetRand, GetStateName, GetUnAxes, GetWhiteColor, GotoLabel, GotoState, InStr, Invert, IsA, IsInState, IsProbing, Left, Len, Lerp, LineLineIntersection, Localize, Locs, Log, Loge, Max, Mid, Min, MirrorVectorByNormal, Normal, Normalize, NotifyStateChange, ObjListMemStats, OrthoRotation, ProgressSeed, Quotes, Rand, RandomSpreadVector, RandRange, RemoveAllTimers, RemoveFlagSafe, RemoveTimer, RemoveTimerS, ResetConfig, ResetLoaders, Right, RMax, RMin, RotateAngleAxis, RotRand, Round, RSize, SaveConfig, SetProbing, SetPropertyText, SetPropertyTextDefault, Sin, Smerp, SMod, Split, Sqrt, Square, StaticCallFunction, StaticCallFunctionS, StaticDefinesFunction, StaticDefinesFunctionS, StaticSaveConfig, StrArray, StringToName, Tan, TimeRemaining, TimeRemainingS, TraceMessage, VRand, VSize, VSize2D, VSizeSq, VSizeSq2D, Warn, ^, ^^, |, ||, ~, ~=


Variables Detail

bCenter Source code

var bool bCenter;

bNoSmooth Source code

var bool bNoSmooth;

ClipX Source code

var float ClipX;

ClipY Source code

var float ClipY;

CurX Source code

var float CurX;

CurY Source code

var float CurY;

CurYL Source code

var float CurYL;

DebugFont Source code

var font DebugFont;

DrawColor Source code

var color DrawColor;

Font Source code

var font Font;

MedFont Source code

var font MedFont;

OrgX Source code

var float OrgX;

OrgY Source code

var float OrgY;

SizeX Source code

var const int SizeX;

SizeY Source code

var const int SizeY;

SmallFont Source code

var font SmallFont;

SpaceX Source code

var float SpaceX;

SpaceY Source code

var float SpaceY;

Style Source code

var byte Style;

Viewport Source code

var const viewport Viewport;

Z Source code

var float Z;


Functions Detail

DeProject Source code

native final function vector DeProject ( vector V )

DrawActor Source code

native(467) final function DrawActor ( Actor A, bool WireFrame, optional bool ClearZ, optional float DisplayFOV )

DrawIcon Source code

final function DrawIcon ( texture Tex, float Scale ) )

DrawPattern Source code

final function DrawPattern ( texture Tex, float XL, float YL, float Scale ) )

DrawPortal Source code

native(480) final function DrawPortal ( int X, int Y, int Width, int Height, actor CamActor, vector CamLocation, rotator CamRotation, optional int FOV, optional bool ClearZ )

DrawRect Source code

final function DrawRect ( texture Tex, float RectX, float RectY ) )

DrawRectangle Source code

native final function DrawRectangle ( int X, int Y, int Width, int Height, optional color C )

DrawText Source code

native(465) final function DrawText ( coerce string Text, optional bool CR )

DrawTextClipped Source code

native(469) final function DrawTextClipped ( coerce string Text, optional bool bCheckHotKey )

DrawTile Source code

native(466) final function DrawTile ( texture Tex, float XL, float YL, float U, float V, float UL, float VL )

DrawTileClipped Source code

native(468) final function DrawTileClipped ( texture Tex, float XL, float YL, float U, float V, float UL, float VL )

GetDrawBounds Source code

native final function GetDrawBounds ( out int X, out int Y, out int Width, out int Height )

MakeColor Source code

static final function Color MakeColor ( byte R, byte G, byte B, optional byte A) )

Project Source code

native final function vector Project ( vector V )

Reset Source code

event Reset ( ) )

SetClip Source code

final function SetClip ( float X, float Y ) )

SetDrawBounds Source code

native final function SetDrawBounds ( int X, int Y, int Width, int Height )

SetDrawColor Source code

final function SetDrawColor ( byte R, byte G, byte B, optional byte A) )

SetFont Source code

function SetFont ( Font NewFont, optional bool bForce ) )

SetOrigin Source code

final function SetOrigin ( float X, float Y ) )

SetPos Source code

final function SetPos ( float X, float Y ) )

StrLen Source code

native(464) final function StrLen ( coerce string String, out float XL, out float YL )

TextSize Source code

native(470) final function TextSize ( coerce string String, out float XL, out float YL )


Defaultproperties

defaultproperties
{
	Z=1.000000
	Style=1
	DrawColor=(B=127,G=127,R=127,A=255)
	SmallFont=Font'Engine.SmallFont'
	MedFont=Font'Engine.MediumFont'
	DebugFont=Font'Engine.DebugFont'
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: sk 3-1-2016 10:48:28.011 - Created with UnCodeX