Data Structures | |
class | PPEMatClassParameterCommandData |
Functions | |
class PPEMatClassParameterFloat extends PPEMatClassParameterCommandData | PPEMatClassParameterFloatSaturation (int mat_idx, int parameter_idx, PPEClassBase parent) |
void | PPEMatClassParameterFloat (int mat_idx, int parameter_idx, PPEClassBase parent) |
override void | InitDefaults () |
override void | InitCuttent () |
override int | GetParameterVarType () |
override void | Update (float timeslice, out Param p_total, out bool setting_defaults, int order) |
void | PrepareLayerInfo (int layer, float value, int operator) |
override void | SetParameterValueDefault (inout Param p_total) |
No active requests for the mat. parameter value change, sets the value to DEFAULT (zero?) | |
Variables | |
protected ref map< int, ref array< float, int > > | m_LayerInfo |
protected PPETemplateDefFloat | m_Float |
protected float | m_ValueDefault |
protected float | m_ValueMin |
protected float | m_ValueMax |
override int GetParameterVarType | ( | ) |
override void InitCuttent | ( | ) |
override void InitDefaults | ( | ) |
void PPEMatClassParameterFloat | ( | int | mat_idx, |
int | parameter_idx, | ||
PPEClassBase | parent | ||
) |
class PPEMatClassParameterFloat extends PPEMatClassParameterCommandData PPEMatClassParameterFloatSaturation | ( | int | mat_idx, |
int | parameter_idx, | ||
PPEClassBase | parent | ||
) |
Referenced by PPEColors::RegisterMaterialParameters(), and PPEGlow::RegisterMaterialParameters().
override void SetParameterValueDefault | ( | inout Param | p_total | ) |
No active requests for the mat. parameter value change, sets the value to DEFAULT (zero?)
protected PPETemplateDefFloat m_Float |
Referenced by PPEMatClassParameterCommandData::InitDefaults().
protected float m_ValueDefault |
protected float m_ValueMax |
protected float m_ValueMin |