class PPEConstantsSource
Constants 10
static const int VAR_TYPE_BOOL = 1static const int VAR_TYPE_INT = 2static const int VAR_TYPE_FLOAT = 4static const int VAR_TYPE_COLOR = 8static const int VAR_TYPE_VECTOR = 16Referenced by PPEMatClassParameterVector.GetParameterVarType()
static const int VAR_TYPE_BLENDABLE = VAR_TYPE_INT|VAR_TYPE_FLOAT|VAR_TYPE_COLORstatic const int VAR_TYPE_TEXTURE = 32Referenced by PPEMatClassParameterTexture.GetParameterVarType()
static const int VAR_TYPE_RESOURCE = 64Referenced by PPEMatClassParameterResource.GetParameterVarType()
static const int DEPENDENCY_ORDER_BASE = 0Referenced by PPEManager.SendMaterialValueData()
static const int DEPENDENCY_ORDER_HIGHEST = 1number of potential recursive update cycles in case of parameter dependency