add 2.2 CCDrawNode members

This commit is contained in:
Oleksandr Nemesh 2024-06-12 00:57:12 +03:00 committed by GitHub
parent fa7a2de780
commit 562fbf6cb1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -58,6 +58,16 @@ protected:
bool m_bDirty;
RT_ADD(
bool m_bUseArea;
CCRect m_rDrawArea;
float m_fMinAreaX;
float m_fMaxAreaX;
float m_fMaxAreaY;
float m_fMinAreaY;
)
public:
static CCDrawNode* create();
virtual ~CCDrawNode();