We are migrating issue tracker of Cocos2d-x Project to Github, please create new issue there. Thanks.
Get rid of `Object`. Create `RefCount` instead
Get rid of `Object`. Create `RefCount` instead
Bug #4058 [Closed]
We are migrating issue tracker of Cocos2d-x Project to Github, please create new issue there. Thanks.
We need to get rid of Object.
We can tag it as deprecated, but a lot of projects based on cocos2d are using it, and it is super confusing.
What to do:
Object
toRefCount
RefCount
the stuff that is not needed.Object
a subclass ofRefCount
Object
, make them sublcass ofRefCount
.