mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-14 19:15:05 -05:00
add 2.2 CCDrawNode members
This commit is contained in:
parent
fa7a2de780
commit
562fbf6cb1
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…
Reference in a new issue