var test = ccui.Layout.create();
cc.log(">>test:" + (test instanceof ccui.Layout));
输出如下
JS: >>test:false
3.0beta2没有这个问题。
var test = ccui.Layout.create();
cc.log(">>test:" + (test instanceof ccui.Layout));
输出如下
JS: >>test:false
3.0beta2没有这个问题。
您好,请问您这个是什么环境,能够告诉我们具体的cocos2d和cocostudio版本。
标题中写了版本的。
cocostudio 1.3.0
cocos2d-x-3.0rc0