Data for one material parameter, requester side. Подробнее...
Защищенные члены | |
| void | PPERequestParamDataBase (int requester_idx, int mat_id, int param_id, int data_type=0, int priority=0, int mask=PPOperators.SET) |
| void | InitValues () |
| void | SetUpdatingDataValues (bool state) |
| bool | GetUpdatingDataValues () |
| void | SetDataActive (bool state) |
| bool | IsDataActive () |
| void | SetSettingDefaultValues (bool state) |
| bool | IsSettingDefaultValues () |
| int | GetRequesterIDX () |
| int | GetMaterialID () |
| int | GetParameterID () |
| int | GetVarType () |
| void | SetInteractionMask (int mask) |
| int | GetInteractionMask () |
| void | SetPriorityLayer (int priority) |
| int | GetPriorityLayer () |
Защищенные данные | |
| bool | m_UpdatingDataValues |
| bool | m_IsActive |
| bool | m_SettingDefaultValues |
| int | m_MaterialID |
| int | m_ParameterID |
| int | m_VariableType |
| int | m_RequesterIDX |
| int | m_InteractionMask |
| int | m_Priority |
Закрытые члены | |
| void | PPERequestParamDataInt (int requester_idx, int mat_id, int param_id, int data_type=0, int priority=0, int mask=PPOperators.SET, bool relative=false) |
| void | PPERequestParamDataColor (int requester_idx, int mat_id, int param_id, int data_type=0, int priority=0, int mask=PPOperators.SET, bool relative=false) |
| override void | InitValues () |
Закрытые данные | |
| PPERequesterBase | m_Requester |
| int | m_IntTarget |
| int | m_IntCurrent |
| int | m_IntLast |
| ref array< float > | m_ColorTarget |
| ref array< float > | m_ColorCurrent |
| ref array< float > | m_ColorLast |
| ref array< float > | m_ColorFormerTarget |
| ref array< float > | m_ColorStart |
Data for one material parameter, requester side.
См. определение в файле PPERequestData.c строка 2