Engine.ScriptedTexture
- Extends
- BitmapMaterial
- Modifiers
- native
Core.Object
|
+-- Engine.Material
|
+-- Engine.RenderedMaterial
|
+-- Engine.BitmapMaterial
|
+-- Engine.ScriptedTexture
Functions Summary |
| | DrawPortal (int X, int Y, int Width, int Height, Actor CamActor, vector CamLocation, rotator CamRotation, optional int FOV, optional bool ClearZ, optional bool RenderPlayer)
|
| | 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)
|
bNotifyClientBeforeRendering Source code
var bool bNotifyClientBeforeRendering;
var transient int Invalid;
var transient const int OldRevision;
var const transient int RenderTarget;
var const transient Viewport RenderViewport;
var transient int Revision;
ScriptedTexture
native final
function DrawPortal (
int X,
int Y,
int Width,
int Height,
Actor CamActor,
vector CamLocation,
rotator CamRotation, optional
int FOV, optional
bool ClearZ, optional
bool RenderPlayer )
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 )
defaultproperties
{
bSerializeClient=false
OldRevision=-1
Invalid=0
MaterialType = MT_ScriptedTexture
} |
Creation time: st 23.5.2018 00:10:34.340 - Created with
UnCodeX