mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-26 04:39:51 -04:00
Merge pull request #891 from Prevter/ccdrawnode
add 2.2 CCDrawNode members
This commit is contained in:
commit
5323ede87f
1 changed files with 10 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue