9 m_Value = Param1<float>.Cast(par).param1;
PPOperators
PP operators, specify operation between subsequent layers.
static float EaseInCubic(float t)
Input value between 0 and 1, returns value adjusted by easing, no automatic clamping of input(do your...
static const int PARAM_INTENSITY
static const int L_0_DEATH
EV postprocess, does not directly use materials.
void OnStart(Param par=null)
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...
static proto float Lerp(float a, float b, float time)
Linearly interpolates between 'a' and 'b' given 'time'.