0

I noticed that COCOs2d javascript hasn't some native functions needed for my game. It's possible to create a new native function and to invoke it from javascript ?

How can I achieve this.

4

1 回答 1

1

You can extend the bindings:

www.cocos2d-x.org/wiki/How_to_bind_C++_to_Javascript

于 2013-12-05T05:57:36.307 回答