home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Game Level Design
/
GLDesign.bin
/
Software
/
UnrealEngine2Runtime
/
UE2Runtime-22262001_Demo.exe
/
Engine
/
Classes
/
CameraEffect.uc
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2003-06-23
|
340 b
|
17 lines
class CameraEffect extends Object
abstract
native
noexport
noteditinlinenew;
var float Alpha; // Used to transition camera effects. 0 = no effect, 1 = full effect
var bool FinalEffect; // Forces the renderer to ignore effects on the stack below this one.
//
// Default properties
//
defaultproperties
{
Alpha=1.0
}