Merge pull request from Prevter/ccdrawnode

add 2.2 CCDrawNode members
This commit is contained in:
ninXout 2024-06-11 18:11:24 -04:00 committed by GitHub
commit 5323ede87f
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();