home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Game Level Design
/
GLDesign.bin
/
Software
/
UnrealEngine2Runtime
/
UE2Runtime-22262001_Demo.exe
/
Engine
/
Classes
/
ConstantMaterial.uc
< prev
next >
Wrap
Text File
|
2003-06-23
|
217b
|
12 lines
class ConstantMaterial extends RenderedMaterial
editinlinenew
abstract
native;
cpptext
{
//
// UConstantMaterial interface
//
virtual FColor GetColor(FLOAT TimeSeconds) { return FColor(0,0,0,0); }
}