28 override protected void OnUpdate(
float delta )
30 super.OnUpdate( delta );
PPOperators
PP operators, specify operation between subsequent layers.
Super root of all classes in Enforce script.
static float EaseInOutSine(float t)
Input value between 0 and 1, returns value adjusted by easing, no automatic clamping of input(do your...
static const int L_1_TOXIC_TINT
static const int PARAM_SHARPNESS
static const int L_2_TOXIC_TINT
static const int PARAM_GRAINSIZE
FilmGrain - PostProcessEffectType.FilmGrain.
static const int PARAM_COLORIZATIONCOLOR
static const int L_23_TOXIC_TINT
Glow - PostProcessEffectType.Glow.
override void OnStop(Param par=null)
float FadeColourMult(float x, float y, float deltaT)
void OnStart(Param par=null)
void OnUpdate(float delta)
base, not to be used directly, would lead to layering collisions!
Base Param Class with no parameters. Used as general purpose parameter overloaded with Param1 to Para...
PostProcessEffectType
Post-process effect type.
static proto bool CastTo(out Class to, Class from)
Try to safely down-cast base class to child class.
static proto float Lerp(float a, float b, float time)
Linearly interpolates between 'a' and 'b' given 'time'.
void Stop()
Stops all elements this effect consists of.