| 340 | /// Area. |
| 341 | virtual void setArea( const Vector2& corner1, const Vector2& corner2 ); |
| 342 | inline bool getAutoSizing( void ) const { return mAutoSizing; } |
| 343 | virtual void setSize( const Vector2& size ); |
| 344 | inline void setSize( const F32 width, const F32 height ){ setSize( Vector2(width, height) ); } |
| 345 | inline Vector2 getSize( void ) const { return mSize; } |
no outgoing calls
no test coverage detected