| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Core.Object | +-- Engine.Canvas
| Constants Summary |
|---|
| Inherited Contants from Core.Object |
|---|
| MaxInt, Pi, RF_NotForClient, RF_NotForEdit, RF_NotForServer, RF_Public, RF_Transactional, RF_Transient |
| Variables Summary | |
|---|---|
| bool | bCenter |
| font | BigFont |
| bool | bNoSmooth |
| float | ClipX |
| float | ClipY |
| float | CurX |
| float | CurY |
| float | CurYL |
| color | DrawColor |
| font | Font |
| int | FramePtr |
| font | LargeFont |
| font | MedFont |
| float | OrgX |
| float | OrgY |
| int | RenderPtr |
| int | SizeX |
| int | SizeY |
| font | SmallFont |
| float | SpaceX |
| float | SpaceY |
| byte | Style |
| viewport | Viewport |
| float | Z |
| Inherited Variables from Core.Object |
|---|
| Class, Name, ObjectFlags, ObjectInternal[6], Outer |
| Enumerations Summary |
|---|
| Inherited Enumerations from Core.Object |
|---|
| ESheerAxis |
| Structures Summary |
|---|
| Inherited Structures from Core.Object |
|---|
| BoundingBox, BoundingVolume, Color, Coords, Guid, Plane, Rotator, Scale, Vector |
| Functions Summary | ||
|---|---|---|
![]() | DrawActor (Actor A, bool WireFrame, optional bool ClearZ) | |
![]() | DrawClippedActor (Actor A, bool WireFrame, int X, int Y, int XB, int YB, optional bool ClearZ) | |
![]() | 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 )) | |
![]() | 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) | |
![]() | Reset ())) | |
![]() | SetClip (float X, float Y )) | |
![]() | 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 |
|---|
| !, !=, $, %, &, &&, *, **, *=, +, ++, +=, -, --, -=, / , /=, <, <<, <=, ==, >, >=, >>, >>>, @, Abs, Asc, Atan, BeginState, Caps, Chr, Clamp, ClassIsChildOf, Cos, Cross, Disable, Dot, DynamicLoadObject, Enable, EndState, Exp, FClamp, FMax, FMin, FRand, GetAxes, GetEnum, GetPropertyText, GetStateName, GetUnAxes, GotoState, InStr, Invert, IsA, IsInState, Left, Len, Lerp, Localize, Log, Loge, Max, Mid, Min, MirrorVectorByNormal, Normal, Normalize, OrthoRotation, Rand, RandRange, ResetConfig, Right, RotRand, SaveConfig, SetPropertyText, Sin, Smerp, Sqrt, Square, StaticSaveConfig, Tan, VRand, VSize, Warn, ^, ^^, |, ||, ~, ~= |
| Variables Detail |
|---|
| Functions Detail |
|---|
DrawActor Source code
DrawClippedActor Source code
DrawIcon Source code
DrawPattern Source code
DrawPortal Source code
DrawRect Source code
DrawText Source code
DrawTextClipped Source code
DrawTile Source code
DrawTileClipped Source code
Reset Source code
SetClip Source code
SetOrigin Source code
SetPos Source code
StrLen Source code
TextSize Source code| Defaultproperties |
|---|
defaultproperties { Z=1.000000 Style=1 DrawColor=(R=127,G=127,B=127) SmallFont=Font'Engine.SmallFont' MedFont=Font'Engine.MedFont' BigFont=Font'Engine.BigFont' LargeFont=Font'Engine.LargeFont' } |
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||