We are migrating issue tracker of Cocos2d-x Project to Github, please create new issue there. Thanks.
CCNode's setContentSize supports two types parameter
CCNode's setContentSize supports two types parameter
Refactor #3383 [Closed]
Redmine issue system is closed, we are using github issue system instead.
This issue was moved to https://github.com/cocos2d/cocos2d-x/issues/8282
Status: | Closed | |
---|---|---|
Start date: | 2013-12-13 | |
Priority: | Low | |
Due date: | ||
Assignee: | - | |
% Done: | 0% |
|
Category: | - | |
Target version: | - |
Benefit:
1. Easy to use, for example:
aNode~~>setContentSize; //It is easier than aNode~~>setContentSize(Size(100,200));