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

Engine.ScriptedTexture

Extends
BitmapMaterial
Modifiers
native

Core.Object
|   
+-- Engine.Material
   |   
   +-- Engine.RenderedMaterial
      |   
      +-- Engine.BitmapMaterial
         |   
         +-- Engine.ScriptedTexture

Variables Summary
ActorClient
intInvalid
intOldRevision
pointerRenderTarget
ViewportRenderViewport
intRevision
Inherited Variables from Engine.BitmapMaterial
Format, UBits, UClamp, UClampMode, USize, VBits, VClamp, VClampMode, VSize
Inherited Variables from Engine.RenderedMaterial
renderedmaterial_dummy

Enumerations Summary
Inherited Enumerations from Engine.BitmapMaterial
ETexClampMode, ETextureFormat

Functions Summary
function DrawPortal (int X, nt Y, nt Width, nt Height, ctor CamActor, ector CamLocation, otator CamRotation, ptional int FOV, ptional bool ClearZ)
function DrawText (int StartX, nt StartY, oerce string Text, ont Font, olor Color)
function DrawTile (float X, loat Y, loat XL, loat YL, loat U, loat V, loat UL, loat VL, aterial Material, olor Color)
function SetSize (int Width, nt Height)
function TextSize (coerce string Text, ont Font, ut int Width, ut int Height)


Variables Detail

Client Source code

var Actor Client;

Invalid Source code

var transient const int Invalid;

OldRevision Source code

var transient const int OldRevision;

RenderTarget Source code

var const transient pointer RenderTarget;

RenderViewport Source code

var const transient Viewport RenderViewport;

Revision Source code

var transient int Revision;


Functions Detail

DrawPortal Source code

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

DrawText Source code

native final function DrawText ( int StartX,int StartY,coerce string Text,Font Font,Color Color )

DrawTile Source code

native final function DrawTile ( float X,float Y,float XL,float YL,float U,float V,float UL,float VL,Material Material,Color Color )

SetSize Source code

native final function SetSize ( int Width,int Height )

TextSize Source code

native final function TextSize ( coerce string Text,Font Font,out int Width,out int Height )


Defaultproperties

defaultproperties
{
	OldRevision=-1
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Do 14.8.2014 09:58:21.279 - Created with UnCodeX