| 97 | f2dSprite* GetSprite()LNOEXCEPT { return m_Sprite; } |
| 98 | BlendMode GetBlendMode()const LNOEXCEPT { return m_BlendMode; } |
| 99 | void SetBlendMode(BlendMode m)LNOEXCEPT { m_BlendMode = m; } |
| 100 | double GetHalfSizeX()const LNOEXCEPT { return m_HalfSizeX; } |
| 101 | double GetHalfSizeY()const LNOEXCEPT { return m_HalfSizeY; } |
| 102 | bool IsRectangle()const LNOEXCEPT { return m_bRectangle; } |
nothing calls this directly
no outgoing calls
no test coverage detected