- Extends
- Object
- Modifiers
- native noexport
Core.Object
|
+-- Engine.Canvas
Inherited Contants from Core.Object |
DegreesToRadians, DegreesToRotationUnits, MaxFlt, MaxInt, MAXSEED, NoLabel, NoState, Pi, RadiansToDegrees, RF_NotifyStateChange, RotationUnitsToDegrees |
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 |
| vector | DeProject (vector V)
|
| | DrawActor (Actor A, bool WireFrame, optional bool ClearZ, optional float DisplayFOV)
|
| | DrawIcon (texture Tex, float Scale ))
|
| | DrawPattern (texture Tex, float XL, float YL, float Scale ))
|
| | DrawPortal (int X, int Y, int Width, int Height, actor CamActor, vector CamLocation, rotator CamRotation, optional int FOV, optional bool ClearZ)
|
| | DrawRect (texture Tex, float RectX, float RectY ))
|
| | DrawRectangle (int X, int Y, int Width, int Height, optional color C)
|
| | DrawText (coerce string Text, optional bool CR)
|
| | DrawTextClipped (coerce string Text, optional bool bCheckHotKey)
|
| | DrawTile (texture Tex, float XL, float YL, float U, float V, float UL, float VL)
|
| | DrawTileClipped (texture Tex, float XL, float YL, float U, float V, float UL, float VL)
|
| | GetDrawBounds (out int X, out int Y, out int Width, out int Height)
|
| Color | MakeColor (byte R, byte G, byte B, optional byte A))
|
| vector | Project (vector V)
|
| | Reset ()))
|
| | SetClip (float X, float Y ))
|
| | SetDrawBounds (int X, int Y, int Width, int Height)
|
| | SetDrawColor (byte R, byte G, byte B, optional byte A))
|
| | SetFont (Font NewFont, optional bool bForce ))
|
| | SetOrigin (float X, float Y ))
|
| | SetPos (float X, float Y ))
|
| | StrLen (coerce string String, out float XL, out float YL)
|
| | 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, ^, ^^, |, ||, ~, ~= |
var bool bCenter;
var bool bNoSmooth;
var float ClipX;
var float ClipY;
var float CurX;
var float CurY;
var float CurYL;
var font DebugFont;
var font Font;
var font MedFont;
var float OrgX;
var float OrgY;
var const int SizeX;
var const int SizeY;
var font SmallFont;
var float SpaceX;
var float SpaceY;
var byte Style;
var const viewport Viewport;
var float Z;
native(
467) final function DrawActor (
Actor A,
bool WireFrame, optional
bool ClearZ, optional
float DisplayFOV )
final function DrawPattern (
texture Tex,
float XL,
float YL,
float Scale ) )
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 )
final function DrawRect (
texture Tex,
float RectX,
float RectY ) )
native final function DrawRectangle (
int X,
int Y,
int Width,
int Height, optional
color C )
native(465) final function DrawText ( coerce string Text, optional bool CR )
native(469) final function DrawTextClipped ( coerce string Text, optional bool bCheckHotKey )
native(
466) final function DrawTile (
texture Tex,
float XL,
float YL,
float U,
float V,
float UL,
float VL )
native(
468) final function DrawTileClipped (
texture Tex,
float XL,
float YL,
float U,
float V,
float UL,
float VL )
native final function GetDrawBounds ( out int X, out int Y, out int Width, out int Height )
static final function
Color MakeColor (
byte R,
byte G,
byte B, optional
byte A) )
event Reset ( ) )
final function SetClip ( float X, float Y ) )
native final function SetDrawBounds ( int X, int Y, int Width, int Height )
final function SetDrawColor ( byte R, byte G, byte B, optional byte A) )
function SetFont ( Font NewFont, optional bool bForce ) )
final function SetOrigin ( float X, float Y ) )
final function SetPos ( float X, float Y ) )
native(464) final function StrLen ( coerce string String, out float XL, out float YL )
native(470) final function TextSize ( coerce string String, out float XL, out float YL )
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'
}
|
Creation time: sk 3-1-2016 10:48:28.011 - Created with
UnCodeX