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

Fire.TexCombiner

Extends
Texture
Modifiers
Native

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

Variables Summary
boolbComputedFrame
textureSoftwareFallback
TexCombiner
boolbStaticFrame
ECombineOperationCombineOperation
textureMaskTexture
textureMaterial1
textureMaterial2
intMaterialAScale[2]
intMaterialBScale[2]
intMaterialCScale[2]
intMatUSize
intMatVSize
Inherited Variables from Engine.Texture
Accumulator, Alpha, AnimCurrent, AnimNext, bAlphaBlend, bAutoUPan, bAutoVPan, bBigWavy, bDirtyShadows, bEnvironment, bFakeBackdrop, bGouraud, bHasComp, bHighColorQuality, bHighLedge, bHighShadowDetail, bHighTextureQuality, bInvisible, bLowShadowDetail, bMasked, bMirrored, bModulate, bNoMerge, bNoSmooth, bNotSolid, bParametric, bPortal, bRealtime, bRealtimeChanged, bSemisolid, bSmallWavy, bSpecialLit, bTransparent, bTwoSided, BumpMap, bUnlit, bWaterWavy, bX2, bX3, bX4, bX5, bX6, bX7, DecompFormat, DecompMips, DetailTexture, Diffuse, DrawScale, FootstepSound[6], Friction, HitSound, LODSet, MacroTexture, MaxFrameRate, MinFrameRate, MipMult, Mips, PaletteTransform, PrimeCount, PrimeCurrent, Specular, SurfaceType, UClampMode, VClampMode
Inherited Variables from Engine.Bitmap
Format, InternalTime[2], MaxColor, MipZero, Palette, UBits, UClamp, USize, VBits, VClamp, VSize

Enumerations Summary
ECombineOperation
CO_Add, CO_Subtract, CO_MaskOnly, CO_OverlayWithTransp
Inherited Enumerations from Engine.Texture
ELODSet, ESurfaceTypes, EUClampMode, EVClampMode
Inherited Enumerations from Engine.Bitmap
ETextureFormat


Variables Detail

bComputedFrame Source code

var transient bool bComputedFrame;

SoftwareFallback Source code

var const texture SoftwareFallback;

TexCombiner

bStaticFrame Source code

var(TexCombiner) bool bStaticFrame;

CombineOperation Source code

var(TexCombiner) ECombineOperation CombineOperation;

MaskTexture Source code

var(TexCombiner) texture MaskTexture;

Material1 Source code

var(TexCombiner) texture Material1;

Material2 Source code

var(TexCombiner) texture Material2;

MaterialAScale[2] Source code

var(TexCombiner) int MaterialAScale[2];

MaterialBScale[2] Source code

var(TexCombiner) int MaterialBScale[2];

MaterialCScale[2] Source code

var(TexCombiner) int MaterialCScale[2];

MatUSize Source code

var(TexCombiner) int MatUSize;

MatVSize Source code

var(TexCombiner) int MatVSize;


Enumerations Detail

ECombineOperation Source code

enum ECombineOperation
{
CO_Add, CO_Subtract, CO_MaskOnly, CO_OverlayWithTransp
};


Defaultproperties

defaultproperties
{
				CombineOperation=CO_OverlayWithTransp
				MatUSize=64
				MatVSize=64
				SoftwareFallback=Texture'Engine.DefaultTexture'
				bStaticFrame=True
				bRealtime=True
				Format=TEXF_RGB32
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: zo 11-11-2012 21:14:13.194 - Created with UnCodeX