Public Member Functions | |
| UVRect (float left, float top, float right, float bottom) | |
| void | UnitClamp () |
| bool | operator== (const UVRect &rhs) const |
| bool | operator!= (const UVRect &rhs) const |
Public Attributes | |
| float | m_left |
| float | m_top |
| float | m_right |
| float | m_bottom |