30 return "Graphics/Materials/postprocess/wetdistort";
Created once, on manager init. Script-side representation of C++ material class, separate handling.
void RegisterParameterScalarFloat(int idx, string parameter_name, float default_value, float min, float max)
WARNING - min/max values are usually taken from Workbench defaults, may not be actual min/max values ...
void RegisterParameterScalarInt(int idx, string parameter_name, int default_value, int min, int max)
WetDistort - PostProcessEffectType.WetDistort.
static const int PARAM_LOCALBLURPOWER
static const int PARAM_PHASERANDY
static const int PARAM_EFFPOWERBOTTOM
static const int PARAM_BLURGAUSS
override int GetPostProcessEffectID()
static const int PARAM_WAVEAMPX1
static const int PARAM_WAVSPDX1
static const int PARAM_EFFPOWERTOP
static const int PARAM_WAVSPDX2
static const int PARAM_BLURPOWER
static const int PARAM_BLURDOWNSIZE
static const int PARAM_PHASERANDX
static const int PARAM_PHASEPOSY
static const int PARAM_WAVEAMPY1
override string GetDefaultMaterialPath()
static const int PARAM_PHASEPOSX
static const int PARAM_WAVEAMPX2
static const int PARAM_WAVEAMPY2
override void RegisterMaterialParameters()
static const int PARAM_WAVSPDY2
static const int PARAM_WAVSPDY1
PostProcessEffectType
Post-process effect type.