30 return "Graphics/Materials/postprocess/wetdistort";
Created once, on manager init. Script-side representation of C++ material class, separate handling.
protected 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 ...
protected void RegisterParameterScalarInt(int idx, string parameter_name, int default_value, int min, int max)
WetDistort - PostProcessEffectType.WetDistort.
static const int PARAM_PHASEPOSX
override void RegisterMaterialParameters()
static const int PARAM_WAVEAMPY1
static const int PARAM_BLURPOWER
static const int PARAM_WAVEAMPY2
override string GetDefaultMaterialPath()
static const int PARAM_EFFPOWERBOTTOM
override int GetPostProcessEffectID()
static const int PARAM_PHASERANDY
static const int PARAM_WAVEAMPX2
static const int PARAM_WAVSPDY1
static const int PARAM_LOCALBLURPOWER
static const int PARAM_WAVEAMPX1
static const int PARAM_WAVSPDX1
static const int PARAM_PHASEPOSY
static const int PARAM_PHASERANDX
static const int PARAM_BLURGAUSS
static const int PARAM_EFFPOWERTOP
static const int PARAM_WAVSPDY2
static const int PARAM_BLURDOWNSIZE
static const int PARAM_WAVSPDX2
PostProcessEffectType
Post-process effect type.