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

Fire.TexRotator

Extends
TexModifier
Modifiers
Native NoExport

Core.Object
|   
+-- Engine.Bitmap
   |   
   +-- Engine.Texture
      |   
      +-- Fire.TexModifier
         |   
         +-- Fire.TexRotator

Variables Summary
boolbWasFixedRot
floatCurrentAngle
Material
floatOscillationAmplitude
floatOscillationRate
floatRotation
ETexRotationTypeTexRotationType
floatUOffset
floatVOffset
Inherited Variables from Fire.TexModifier
BitMapScaling[2], bTextureOK, Material, OldBitScaler[2], OldUBits, OldVBits, OldVerifiedMaterial, PtrList
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

Enumerations Summary
ETexRotationType
TR_FixedRotation, TR_ConstantlyRotating, TR_OscillatingRotation
Inherited Enumerations from Engine.Texture
ELODSet, ESurfaceTypes, EUClampMode, EVClampMode


Variables Detail

bWasFixedRot Source code

var transient const bool bWasFixedRot;

CurrentAngle Source code

var transient float CurrentAngle;

Material

OscillationAmplitude Source code

var(Material) float OscillationAmplitude;

OscillationRate Source code

var(Material) float OscillationRate;

Rotation Source code

var(Material) float Rotation;

TexRotationType Source code

var(Material) ETexRotationType TexRotationType;

UOffset Source code

var(Material) float UOffset;

VOffset Source code

var(Material) float VOffset;


Enumerations Detail

ETexRotationType Source code

enum ETexRotationType
{
TR_FixedRotation, TR_ConstantlyRotating, TR_OscillatingRotation
};


Defaultproperties

defaultproperties
{
}

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