1.同时按下Ctrl 键 和鼠标左键弹出预览窗口。 来自新浪微博:雨松MOMO
2.被忽略的注释// TODO
打开vs的视图 - 任务列表 就会发现如果程序中有 // TODO注释的地方都会被列出来。
3.调整游戏测试运行模式的颜色
Edit - Preferences - Colors - Playmode tint
播放模式警示,解决粗心大意在播放模式中修改组件参数等。
4.当子物体发生变动的时候
OnTransformChildrenChanged()
This function is called when the list of children of the transform of the GameObject has changed.
5.设置自物体层级
SetSiblingIndex(int index)
持续收藏中.....