| 20 | } |
| 21 | |
| 22 | bool EveMultiEffectParameter::OnModified( Be::Var* value ) |
| 23 | { |
| 24 | if( IsMatch( value, m_object ) && this->m_owner != nullptr ) |
| 25 | { |
| 26 | this->m_owner->Rebind(); |
| 27 | } |
| 28 | return true; |
| 29 | } |
| 30 | |
| 31 | void EveMultiEffectParameter::SetParameterObject( IRoot* object ) |
| 32 | { |