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

Engine.TexPannerTriggered

Extends
TexPanner
Modifiers
native

Core.Object
|   
+-- Engine.Material
   |   
   +-- Engine.Modifier
      |   
      +-- Engine.TexModifier
         |   
         +-- Engine.TexPanner
            |   
            +-- Engine.TexPannerTriggered

Variables Summary
boolReverse
boolTriggered
floatTriggeredTime
TexPannerTriggered
TexOscillatorTriggered.ERetriggerActionRetriggerAction
floatStopAfterPeriod
Inherited Variables from Engine.TexPanner
M, PanDirection, PanRate
Inherited Variables from Engine.TexModifier
TexCoordCount, TexCoordProjected, TexCoordSource, texmodifier_dummy

Enumerations Summary
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;

TexPannerTriggered

RetriggerAction Source code

var(TexPannerTriggered) TexOscillatorTriggered.ERetriggerAction RetriggerAction;

StopAfterPeriod Source code

var(TexPannerTriggered) float StopAfterPeriod;


Functions Detail

Reset Source code

function Reset ( )

Trigger Source code

function Trigger ( Actor Other, Actor EventInstigator )


Defaultproperties

defaultproperties
{
     RetriggerAction=RTA_Retrigger
     StopAfterPeriod=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.328 - Created with UnCodeX