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, MaterialSequence, ScriptedTexture, ShadowBitMap, TexCombiner, TexModifier

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
boolbHasComp
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
boolbAlphaBlend
boolbAutoUPan
boolbAutoVPan
boolbBigWavy
boolbEnvironment
boolbFakeBackdrop
boolbMasked
boolbModulate
boolbNoSmooth
boolbSmallWavy
boolbTransparent
boolbTwoSided
boolbUnlit
boolbWaterWavy
Texture
floatAlpha
textureBumpMap
textureDetailTexture
floatDiffuse
floatDrawScale
soundFootstepSound[6]
floatFriction
soundHitSound
textureMacroTexture
floatMipMult
colorPaletteTransform
floatSpecular
ESurfaceTypesSurfaceType
EUClampModeUClampMode
EVClampModeVClampMode
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,
ESurfaceTypes
EST_Default, EST_Rock, EST_Dirt, EST_Metal, EST_Wood, EST_Plant, EST_Flesh, EST_Ice, EST_Snow, EST_Water, EST_Glass, EST_Carpet, EST_Custom00, EST_Custom01, EST_Custom02, EST_Custom03, EST_Custom04, EST_Custom05, EST_Custom06, EST_Custom07, EST_Custom08, EST_Custom09, EST_Custom10
EUClampMode
UWrap, UClamp,
EVClampMode
VWrap, VClamp,
Inherited Enumerations from Engine.Bitmap
ETextureFormat
Inherited Enumerations from Core.Object
eAnimNotifyEval, ESheerAxis

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

Functions Summary
Inherited Functions from Core.Object
!, !=, $, $=, %, &, &&, *, **, *=, +, ++, +=, -, --, -=, / , /=, <, <<, <=, ==, >, >=, >>, >>>, @, @=, Abs, Acos, AlignQuatWith, AllFiles, AllLinkers, AllObjects, AppSeconds, Array_Insert, Array_Remove, Array_Size, Asc, Atan, BeginState, Caps, Ceil, Chr, Clamp, ClassIsChildOf, Cos, Cross, Disable, Divide, Dot, DynamicLoadObject, Enable, EndState, ExecFunctionStr, Exp, ExtractString, FClamp, FindObject, FMax, FMin, FRand, GetAxes, GetDefaultObject, GetEnum, GetParentClass, GetPropertyText, GetStateName, GetUnAxes, GetUnitCoords, GotoState, InStr, Invert, IsA, IsInState, Left, Len, Lerp, LoadPackageContents, Localize, Locs, Log, Loge, MakeColor, Max, Mid, Min, MirrorVectorByNormal, Normal, Normalize, OrthoRotation, Quad, QuatError, QuatFromAxisAndAngle, QuatGetAngle, QuatGetAxis, QuatGetVect, QuatNormal, QuatRotate, QuatSize, QuatSizeSquared, QuatSlerp, QuatToRotation, QuatVRotate, Rand, RandomSpreadVector, RandRange, ReplaceStr, ResetConfig, Right, RotationToQuat, RotRand, SaveConfig, SetPropertyText, Sin, Smerp, SortArray, SortStaticArray, Sqrt, Square, StaticSaveConfig, StringToName, Tan, TransformCoordsByNormal, TransformRotatorByNormal, 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;

bHasComp Source code

var private bool bHasComp;

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

bAlphaBlend Source code

var(Surface) bool bAlphaBlend;

bAutoUPan Source code

var(Surface) bool bAutoUPan;

bAutoVPan Source code

var(Surface) bool bAutoVPan;

bBigWavy Source code

var(Surface) bool bBigWavy;

bEnvironment Source code

var(Surface) bool bEnvironment;

bFakeBackdrop Source code

var(Surface) bool bFakeBackdrop;

bMasked Source code

var(Surface) 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[6] Source code

var(Texture) sound FootstepSound[6];

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;

PaletteTransform Source code

var(Texture) transient color PaletteTransform;

Specular Source code

var(Texture) float Specular;

SurfaceType Source code

var(Texture) ESurfaceTypes SurfaceType;

UClampMode Source code

var(Texture) EUClampMode UClampMode;

VClampMode Source code

var(Texture) EVClampMode VClampMode;


Enumerations Detail

ELODSet Source code

enum ELODSet
{
LODSET_None, LODSET_World, LODSET_Skin,
};

ESurfaceTypes Source code

enum ESurfaceTypes
{
EST_Default, EST_Rock, EST_Dirt, EST_Metal, EST_Wood, EST_Plant, EST_Flesh, EST_Ice, EST_Snow, EST_Water, EST_Glass, EST_Carpet, EST_Custom00, EST_Custom01, EST_Custom02, EST_Custom03, EST_Custom04, EST_Custom05, EST_Custom06, EST_Custom07, EST_Custom08, EST_Custom09, EST_Custom10
};

EUClampMode Source code

enum EUClampMode
{
UWrap, UClamp,
};

EVClampMode Source code

enum EVClampMode
{
VWrap, VClamp,
};


Defaultproperties

defaultproperties
{
				Diffuse=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: zo 11-11-2012 21:14:13.225 - Created with UnCodeX