20    return "Graphics/Materials/postprocess/godrayssun";
 
 
 
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 ...
 
GodRays - PostProcessEffectType.GodRays.
 
static const int PARAM_OVERBURNEND
 
override int GetPostProcessEffectID()
 
override string GetDefaultMaterialPath()
 
static const int PARAM_INTENSITY
 
override void RegisterMaterialParameters()
 
static const int L_0_GLASSES
 
static const int PARAM_SUNVISIBLE
 
static const int PARAM_OVERBURNINTENSITY
 
static const int PARAM_OVERBURNSTART
 
PostProcessEffectType
Post-process effect type.