28 override protected void OnUpdate(
float delta )
30 super.OnUpdate( delta );
68 if (par &&
Class.CastTo(p,par))
80 output =
Math.Lerp(
x,
y, deltaT );
81 Easing.EaseInOutSine( output );
Super root of all classes in Enforce script.
Input value between 0 and 1, returns value adjusted by easing, no automatic clamping of input(do your...
FilmGrain - PostProcessEffectType.FilmGrain.
Glow - PostProcessEffectType.Glow.
base, not to be used directly, would lead to layering collisions!
override void OnStop(Param par=null)
float FadeColourMult(float x, float y, float deltaT)
void OnStart(Param par=null)
void OnUpdate(float delta)
Base Param Class with no parameters. Used as general purpose parameter overloaded with Param1 to Para...
PostProcessEffectType
Post-process effect type.
void Stop()
Stops all elements this effect consists of.
PPOperators
PP operators, specify operation between subsequent layers.