If you want to help us maintaining this wiki, check out our discord server: https://discord.gg/3u69jMa 

MotionBlur

From SWRC Wiki
Revision as of 19:41, 11 April 2021 by Plasma (talk | contribs) (Created page with "<source lang="c++"> class MotionBlur extends CameraEffect native noexport editinlinenew collapsecategories; var() byte BlurAlpha; var const int RenderTargets[2]; var co...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
class MotionBlur extends CameraEffect
	native
	noexport
	editinlinenew
	collapsecategories;

var() byte		BlurAlpha;

var const int	RenderTargets[2];
var const float	LastFrameTime;


defaultproperties
{
     BlurAlpha=32
}