cocos2dx v3.10 现在自定义jsb,从js调用c++的,自动生成的类放入c++后,直接去new 对象例如(var inter = new inte.Interface()),会报一个错误Constructor for the requested class is not available, please refer to the API reference.
请问,3.10版本的js绑定c++的方式变了吗??为啥用最简单的例子也没办法通过??以前都是可以的,3.10的以前定义的类都不能用了,需要重新生成,但是生成的类却不能直接调用,谁能解答一下这个问题??