We are migrating issue tracker of Cocos2d-x Project to Github, please create new issue there. Thanks.
Export CCNode::getContentSizeInPixels & setContentSizeInPixels to lua
Export CCNode::getContentSizeInPixels & setContentSizeInPixels to lua
Feature #612 [Closed]
- Target version changed from 9 to cocos2d-1.0.1-x-0.9.1
- Subject changed from Export more functions of CCNode to lua to Export CCNode::getContentSizeInPixels & setContentSizeInPixels to lua
- Status changed from Resolved to Closed
- Project changed from cocos2d-x to cpp
- Target version deleted (
cocos2d-1.0.1-x-0.9.1)
| Status: | Closed | |
|---|---|---|
| Start date: | 2011-07-13 | |
| Priority: | Normal | |
| Due date: | ||
| Assignee: | ||
| % Done: | 100% |
|
| Category: | - | |
| Target version: | - |

Modify the pkg file to add.
CCSize getContentSizeInPixels();
void setContentSizeInPixels(CCSize sz);