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

Fire.IceTexture

Extends
FractalTexture
Modifiers
intrinsic

Core.Object
|   
+-- Engine.Bitmap
   |   
   +-- Engine.Texture
      |   
      +-- Fire.FractalTexture
         |   
         +-- Fire.IceTexture

Variables Summary
intForceRefresh
intLocalSource
floatMasterCount
textureOldGlassTex
textureOldSourceTex
intOldUDisplace
intOldVDisplace
floatTickAccu
floatUDisplace
floatUPosition
floatVDisplace
floatVPosition
IceLayer
byteAmplitude
byteFrequency
textureGlassTexture
byteHorizPanSpeed
boolMoveIce
PanningTypePanningStyle
textureSourceTexture
TimingTypeTimeMethod
byteVertPanSpeed
Inherited Variables from Fire.FractalTexture
AuxPhase, DrawPhase, GlobalPhase, LightOutput, SoundOutput, UMask, VMask
Inherited Variables from Engine.Texture
Accumulator, Alpha, AnimCurrent, AnimNext, bAutoUPan, bAutoVPan, bBigWavy, bBlur, bBumpMap, bCloudWavy, bDirtyShadows, bEnvironment, bFakeBackdrop, bGouraud, bHighLedge, bHighShadowDetail, bInvisible, bLowShadowDetail, bMasked, bMirrored, bModulate, bNoMerge, bNoSmooth, bNoTile, bNotSolid, bParametric, bPortal, bRealtime, bSemisolid, bSmallWavy, bSpecialLit, bTransparent, bTwoSided, BumpMap, bUnlit, bWaterWavy, bX2, bX3, bX4, bX5, bX6, bX7, DetailTexture, Diffuse, DrawScale, FootstepSound, Friction, HitSound, MacroTexture, MaxFrameRate, MinFrameRate, MipMult, Mips, PrimeCount, PrimeCurrent, Specular

Enumerations Summary
PanningType
SLIDE_Linear, SLIDE_Circular, SLIDE_Gestation, SLIDE_WavyX, SLIDE_WavyY,
TimingType
TIME_FrameRateSync, TIME_RealTimeScroll,


Variables Detail

ForceRefresh Source code

var transient int ForceRefresh;

LocalSource Source code

var transient int LocalSource;

MasterCount Source code

var float MasterCount;

OldGlassTex Source code

var transient texture OldGlassTex;

OldSourceTex Source code

var transient texture OldSourceTex;

OldUDisplace Source code

var transient int OldUDisplace;

OldVDisplace Source code

var transient int OldVDisplace;

TickAccu Source code

var transient float TickAccu;

UDisplace Source code

var float UDisplace;

UPosition Source code

var float UPosition;

VDisplace Source code

var float VDisplace;

VPosition Source code

var float VPosition;

IceLayer

Amplitude Source code

var(IceLayer) byte Amplitude;

Frequency Source code

var(IceLayer) byte Frequency;

GlassTexture Source code

var(IceLayer) texture GlassTexture;

HorizPanSpeed Source code

var(IceLayer) byte HorizPanSpeed;

MoveIce Source code

var(IceLayer) bool MoveIce;

PanningStyle Source code

var(IceLayer) PanningType PanningStyle;

SourceTexture Source code

var(IceLayer) texture SourceTexture;

TimeMethod Source code

var(IceLayer) TimingType TimeMethod;

VertPanSpeed Source code

var(IceLayer) byte VertPanSpeed;


Enumerations Detail

PanningType Source code

enum PanningType
{
SLIDE_Linear, SLIDE_Circular, SLIDE_Gestation, SLIDE_WavyX, SLIDE_WavyY,
};

TimingType Source code

enum TimingType
{
TIME_FrameRateSync, TIME_RealTimeScroll,
};



Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: za 22-4-2006 12:53:40.343 - Created with UnCodeX