| 229 | } |
| 230 | |
| 231 | CEffectorPP* CCameraManager::GetPPEffector(EEffectorPPType type) |
| 232 | { |
| 233 | for (auto& it : m_EffectorsPP) |
| 234 | if (it->Type() == type) |
| 235 | return it; |
| 236 | return nullptr; |
| 237 | } |
| 238 | |
| 239 | ECamEffectorType CCameraManager::RequestCamEffectorId() |
| 240 | { |
no test coverage detected