Engine.ScriptedTexture
- Extends
- BitmapMaterial
- Modifiers
- native
Core.Object
|
+-- Engine.Material
|
+-- Engine.RenderedMaterial
|
+-- Engine.BitmapMaterial
|
+-- Engine.ScriptedTexture
Functions Summary |
| | DrawPortal (int X, nt Y, nt Width, nt Height, ctor CamActor, ector CamLocation, otator CamRotation, ptional int FOV, ptional bool ClearZ)
|
| | DrawText (int StartX, nt StartY, oerce string Text, ont Font, olor Color)
|
| | DrawTile (float X, loat Y, loat XL, loat YL, loat U, loat V, loat UL, loat VL, aterial Material, olor Color)
|
| | SetSize (int Width, nt Height)
|
| | TextSize (coerce string Text, ont Font, ut int Width, ut int Height)
|
var transient const int Invalid;
var transient const int OldRevision;
var const transient pointer RenderTarget;
var const transient Viewport RenderViewport;
var transient int Revision;
native final function DrawPortal (
int X,
int Y,
int Width,
int Height,
Actor CamActor,
vector CamLocation,
rotator CamRotation,
optional int FOV,
optional bool ClearZ )
native final function DrawText (
int StartX,
int StartY,
coerce string Text,
Font Font,
Color Color )
native final function DrawTile (
float X,
float Y,
float XL,
float YL,
float U,
float V,
float UL,
float VL,
Material Material,
Color Color )
native final function SetSize ( int Width,int Height )
native final function TextSize ( coerce string Text,Font Font,out int Width,out int Height )
Creation time: Mo 16.4.2007 11:20:29.609 - Created with
UnCodeX