Clears stage and depth hack information Name and observers are NOT cleared
| 51 | // Clears stage and depth hack information |
| 52 | // Name and observers are NOT cleared |
| 53 | void clear() |
| 54 | { |
| 55 | _depthHack = false; |
| 56 | _stages.clear(); |
| 57 | } |
| 58 | |
| 59 | // IParticleDef implementation |
| 60 | sigc::signal<void>& signal_changed() override; |
no outgoing calls
no test coverage detected