18 lines
289 B
Ucode
18 lines
289 B
Ucode
class ConstantMaterial extends RenderedMaterial
|
|
editinlinenew
|
|
abstract
|
|
native;
|
|
|
|
cpptext
|
|
{
|
|
//
|
|
// UConstantMaterial interface
|
|
//
|
|
virtual FColor GetColor(FLOAT TimeSeconds) { return FColor(0,0,0,0); }
|
|
}
|
|
|
|
defaultproperties
|
|
{
|
|
// MT_ConstantMaterial
|
|
MaterialType=1024
|
|
} |