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

Engine.Texture

Extends
Bitmap
Modifiers
safereplace native noexport

Core.Object
|   
+-- Engine.Bitmap
   |   
   +-- Engine.Texture

Direct Known Subclasses:

FractalTexture, ScriptedTexture

Constants Summary
Inherited Contants from Core.Object
MaxInt, Pi, RF_NotForClient, RF_NotForEdit, RF_NotForServer, RF_Public, RF_Transactional, RF_Transient

Variables Summary
floatAccumulator
textureAnimCurrent
boolbDirtyShadows
boolbGouraud
boolbHighLedge
boolbHighShadowDetail
boolbInvisible
boolbLowShadowDetail
boolbMirrored
boolbNoMerge
boolbNotSolid
boolbParametric
boolbPortal
boolbRealtime
boolbRealtimeChanged
boolbSemisolid
boolbSpecialLit
boolbX2
boolbX3
boolbX4
boolbX5
boolbX6
boolbX7
ETextureFormatDecompFormat
array<int>DecompMips
array<int>Mips
bytePrimeCurrent
Animation
textureAnimNext
floatMaxFrameRate
floatMinFrameRate
bytePrimeCount
Quality
boolbHighColorQuality
boolbHighTextureQuality
ELODSetLODSet
Surface
boolbAutoUPan
boolbAutoVPan
boolbBigWavy
boolbCloudWavy
boolbEnvironment
boolbFakeBackdrop
boolbMasked
boolbModulate
boolbNoSmooth
boolbSmallWavy
boolbTransparent
boolbTwoSided
boolbUnlit
boolbWaterWavy
Texture
floatAlpha
textureBumpMap
textureDetailTexture
floatDiffuse
floatDrawScale
soundFootstepSound
floatFriction
soundHitSound
textureMacroTexture
floatMipMult
floatSpecular
Inherited Variables from Engine.Bitmap
Format, InternalTime[2], MaxColor, MipZero, Palette, UBits, UClamp, USize, VBits, VClamp, VSize
Inherited Variables from Core.Object
Class, Name, ObjectFlags, ObjectInternal[6], Outer

Enumerations Summary
ELODSet
LODSET_None, LODSET_World, LODSET_Skin,
Inherited Enumerations from Engine.Bitmap
ETextureFormat
Inherited Enumerations from Core.Object
ESheerAxis

Structures Summary
Inherited Structures from Core.Object
BoundingBox, BoundingVolume, Color, Coords, Guid, Plane, Rotator, Scale, Vector

Functions Summary
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

Accumulator Source code

var transient float Accumulator;

AnimCurrent Source code

var transient texture AnimCurrent;

bDirtyShadows Source code

var bool bDirtyShadows;

bGouraud Source code

var bool bGouraud;

bHighLedge Source code

var bool bHighLedge;

bHighShadowDetail Source code

var bool bHighShadowDetail;

bInvisible Source code

var bool bInvisible;

bLowShadowDetail Source code

var bool bLowShadowDetail;

bMirrored Source code

var const bool bMirrored;

bNoMerge Source code

var bool bNoMerge;

bNotSolid Source code

var bool bNotSolid;

bParametric Source code

var private bool bParametric;

bPortal Source code

var bool bPortal;

bRealtime Source code

var private bool bRealtime;

bRealtimeChanged Source code

var private transient bool bRealtimeChanged;

bSemisolid Source code

var bool bSemisolid;

bSpecialLit Source code

var bool bSpecialLit;

bX2 Source code

var const bool bX2;

bX3 Source code

var const bool bX3;

bX4 Source code

var const bool bX4;

bX5 Source code

var const bool bX5;

bX6 Source code

var const bool bX6;

bX7 Source code

var const bool bX7;

DecompFormat Source code

var private native ETextureFormat DecompFormat;

DecompMips Source code

var private native const array<int> DecompMips;

Mips Source code

var private native const array<int> Mips;

PrimeCurrent Source code

var transient byte PrimeCurrent;

Animation

AnimNext Source code

var(Animation) texture AnimNext;

MaxFrameRate Source code

var(Animation) float MaxFrameRate;

MinFrameRate Source code

var(Animation) float MinFrameRate;

PrimeCount Source code

var(Animation) byte PrimeCount;

Quality

bHighColorQuality Source code

var(Quality) private bool bHighColorQuality;

bHighTextureQuality Source code

var(Quality) private bool bHighTextureQuality;

LODSet Source code

var(Quality) ELODSet LODSet;

Surface

bAutoUPan Source code

var(Surface) bool bAutoUPan;

bAutoVPan Source code

var(Surface) bool bAutoVPan;

bBigWavy Source code

var(Surface) bool bBigWavy;

bCloudWavy Source code

var(Surface) bool bCloudWavy;

bEnvironment Source code

var(Surface) bool bEnvironment;

bFakeBackdrop Source code

var(Surface) bool bFakeBackdrop;

bMasked Source code

var(Surface) editconst bool bMasked;

bModulate Source code

var(Surface) bool bModulate;

bNoSmooth Source code

var(Surface) bool bNoSmooth;

bSmallWavy Source code

var(Surface) bool bSmallWavy;

bTransparent Source code

var(Surface) bool bTransparent;

bTwoSided Source code

var(Surface) bool bTwoSided;

bUnlit Source code

var(Surface) bool bUnlit;

bWaterWavy Source code

var(Surface) bool bWaterWavy;

Texture

Alpha Source code

var(Texture) float Alpha;

BumpMap Source code

var(Texture) texture BumpMap;

DetailTexture Source code

var(Texture) texture DetailTexture;

Diffuse Source code

var(Texture) float Diffuse;

DrawScale Source code

var(Texture) float DrawScale;

FootstepSound Source code

var(Texture) sound FootstepSound;

Friction Source code

var(Texture) float Friction;

HitSound Source code

var(Texture) sound HitSound;

MacroTexture Source code

var(Texture) texture MacroTexture;

MipMult Source code

var(Texture) float MipMult;

Specular Source code

var(Texture) float Specular;


Enumerations Detail

ELODSet Source code

enum ELODSet
{
LODSET_None, LODSET_World, LODSET_Skin,
};


Defaultproperties

defaultproperties
{
     Diffuse=1.000000
     Specular=1.000000
     DrawScale=1.000000
     Friction=1.000000
     MipMult=1.000000
     LODSet=LODSET_World
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: za 22-4-2006 13:29:21.421 - Created with UnCodeX