摘要:1 启动时 android xml editor error 出现此错误是因为之前的项目虽然删除了,但是编辑视图里还残存着,(已经打开的类或xml 不会随项目的删除而自动移除) 解决:把编辑里所有残留的页面都关闭 即可。 2 execution failed for task app dexdebu
阅读全文
06 2015 档案
摘要:UILabel 设置BBCode的时候 ,要设置颜色为白色 。不要设为其他的颜色因为会叠加的 。
阅读全文
摘要:长按Press 判断private float _longClickDuration = 2f;float _lastPress = -1f;void OnPress(bool pressed){if (pressed)_lastPress = Time.realtimeSinceStartup;e...
阅读全文
摘要:设置layer :不要使用go.layer= intMM;要使用Nguitool.Setlayer(go,intLayer);static public void SetLayer (GameObject go, int layer){ go.layer = layer; Transfo...
阅读全文