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

Fire.TexRotator


00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
// Rotate a texture.
// Written by .:..:
Class TexRotator extends TexModifier
	Native
	NoExport;

enum ETexRotationType
{
	TR_FixedRotation,
	TR_ConstantlyRotating,
	TR_OscillatingRotation
};
var(Material) ETexRotationType TexRotationType;
var(Material) float Rotation; // Constant/rotationrate
var(Material) float UOffset; // Rotation center offset
var(Material) float VOffset;
var(Material) float OscillationRate; // Speed of oscillation
var(Material) float OscillationAmplitude; // Size of oscillation
var transient const bool bWasFixedRot;
var transient float CurrentAngle;

defaultproperties
{
}

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