摘要:
选中HandTool:alt + 鼠标左键 旋转scene || alt + 鼠标右键 放缩scene 阅读全文
摘要:
void btn_Click(object sender, EventArgs e){ Button btn = sender as Button; //当前点中的按钮} 阅读全文
摘要:
运行时不用F5而是ctrl + F5 阅读全文
摘要:
cocos 代码中,无论是先setAnchorPoint后setPosition还是反序,都相当于cocos studio中先设置锚点,后setPosition的效果。 阅读全文
摘要:
OpenUrl(url,tag)(可以是facebook粉丝页的地址,也可以是google store对应软件的地址) 阅读全文
摘要:
在unity->edit->preferences->External Tools->External Script Editor 中选择所使用的vs编辑器 阅读全文
摘要:
cc.EditBox.setMaxLength(maxLength) 阅读全文