Refactor #3661: JS style API refactoring(OO)
Feature #3940: Use getter/setter to refactor configuration of engine object
Refactor Getter/Setter of CCNode
Refactor #3661: JS style API refactoring(OO)
Feature #3940: Use getter/setter to refactor configuration of engine object
Refactor Getter/Setter of CCNode
Refactor #3878 [Closed]
- Parent task set to #3661
- Priority changed from Normal to High
- Parent task changed from #3661 to #3940
- Status changed from New to Closed
- % Done changed from 0 to 100
Status: | Closed | |
---|---|---|
Start date: | 2014-01-28 | |
Priority: | High | |
Due date: | ||
Assignee: | ||
% Done: | 100% |
|
Category: | - | |
Target version: | v3.0 alpha |
Use suggested API
node.x = x;
node.y = y;
node.width = width;
node.height = height;
x = node.x;