| 231 | size_t GetAliveCount()const LNOEXCEPT { return m_iAlive; } |
| 232 | BlendMode GetBlendMode()const LNOEXCEPT { return m_BlendMode; } |
| 233 | void SetBlendMode(BlendMode m)LNOEXCEPT { m_BlendMode = m; } |
| 234 | float GetEmission()const LNOEXCEPT { return m_fEmission; } |
| 235 | void SetEmission(float e)LNOEXCEPT { m_fEmission = e; } |
| 236 | bool IsActived()const LNOEXCEPT { return m_iStatus == Status::Alive; } |
nothing calls this directly
no outgoing calls
no test coverage detected