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

Engine.TexOscillatorTriggered

Extends
TexOscillator
Modifiers
native

Core.Object
|   
+-- Engine.Material
   |   
   +-- Engine.Modifier
      |   
      +-- Engine.TexModifier
         |   
         +-- Engine.TexOscillator
            |   
            +-- Engine.TexOscillatorTriggered

Variables Summary
boolReverse
boolTriggered
floatTriggeredTime
TexOscillatorTriggered
ERetriggerActionRetriggerAction
floatStopAfterPeriod
Inherited Variables from Engine.TexOscillator
CurrentUJitter, CurrentVJitter, LastSu, LastSv, M, UOffset, UOscillationAmplitude, UOscillationPhase, UOscillationRate, UOscillationType, VOffset, VOscillationAmplitude, VOscillationPhase, VOscillationRate, VOscillationType
Inherited Variables from Engine.TexModifier
TexCoordCount, TexCoordProjected, TexCoordSource, texmodifier_dummy

Enumerations Summary
ERetriggerAction
RTA_Reverse, RTA_Reset, RTA_Ignore, RTA_Retrigger,
Inherited Enumerations from Engine.TexOscillator
ETexOscillationType
Inherited Enumerations from Engine.TexModifier
ETexCoordCount, ETexCoordSrc

Functions Summary
function Reset ()
function Trigger (Actor Other, Actor EventInstigator)


Variables Detail

Reverse Source code

var transient bool Reverse;

Triggered Source code

var transient bool Triggered;

TriggeredTime Source code

var transient float TriggeredTime;

TexOscillatorTriggered

RetriggerAction Source code

var(TexOscillatorTriggered) ERetriggerAction RetriggerAction;

StopAfterPeriod Source code

var(TexOscillatorTriggered) float StopAfterPeriod;


Enumerations Detail

ERetriggerAction Source code

enum ERetriggerAction
{
RTA_Reverse, RTA_Reset, RTA_Ignore, RTA_Retrigger,
};


Functions Detail

Reset Source code

function Reset ( )

Trigger Source code

function Trigger ( Actor Other, Actor EventInstigator )


Defaultproperties

defaultproperties
{
     RetriggerAction=RTA_Retrigger
     StopAfterPeriod=0.500000
     UOscillationRate=0.000000
     VOscillationRate=0.500000
     VOscillationPhase=0.250000
     UOscillationAmplitude=0.000000
     VOscillationAmplitude=0.500000
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Wed 7/2/2007 19:16:20.296 - Created with UnCodeX