-----------------------------------------------------------------------------
| 200 | |
| 201 | // ----------------------------------------------------------------------------- |
| 202 | void EveMultiEffect::StartControllers() |
| 203 | { |
| 204 | for( auto it = begin( m_controllers ); it != end( m_controllers ); ++it ) |
| 205 | { |
| 206 | ( *it )->Start(); |
| 207 | } |
| 208 | } |
| 209 | |
| 210 | void EveMultiEffect::GetBindingRoots( std::unordered_map<std::string, IRoot*>& variables ) |
| 211 | { |