上一页 1 2 3 4 5 6 7 ··· 26 下一页
摘要: 1.可以点击菜单栏中的视图,或者按Alt+V。 2.然后找到透视网格--隐藏网格。 或使用快捷键。常用的快捷键建议熟记 阅读全文
posted @ 2019-09-11 16:38 icon_sunny 阅读(1319) 评论(0) 推荐(0)
摘要: 1、在不同设备上采用相似的设计 用户可以通过不同类型的设备访问你的网站,这些设备包括:电脑、平板、手机、音乐播放器、甚至是智能手表等。无论用户使用什么设备访问你的网页,确保他们具有类似的体验,这是用户体验设计中的一条重要标准。 2、导航的设计要简单易用、清晰明了 导航设计是网页可用性的基石。记住,如 阅读全文
posted @ 2019-09-09 15:53 icon_sunny 阅读(1397) 评论(0) 推荐(0)
摘要: using UnityEngine; using System.Collections; using UnityEngine.EventSystems; public class MainCamera : MonoBehaviour { public Transform target; public float targetHeight = 1.2f; public float distance 阅读全文
posted @ 2019-09-08 18:41 icon_sunny 阅读(843) 评论(0) 推荐(0)
摘要: 拓: Light Probe:光照探头,模拟场景运行时候的实时光照,可有效节省系统光照开销。设置时一般遵循一下准则:1.将光照探头放在灯光和阴影转换处,可以有效地降低系统光照运算开销;2. 移动物体,相机等,移动不到的范围,以及光影没有明显地变化区域就没必要设置光照探头了。 Reflection P 阅读全文
posted @ 2019-09-08 16:08 icon_sunny 阅读(924) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Project4 { class Program { static void Main(string[] args) { //主程序入口 //数组空 阅读全文
posted @ 2019-09-03 23:24 icon_sunny 阅读(386) 评论(0) 推荐(0)
摘要: using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; /// <summary> /// /// </summary> public class EventBtn : MonoBehaviour { public Transform PanelBg; 阅读全文
posted @ 2019-09-03 23:13 icon_sunny 阅读(1018) 评论(0) 推荐(0)
摘要: 常规问题 1、自我介绍一下 如果自我介绍可能对方没有看你的简历,如果看了会直接去谈其他问题 2、住在哪里多少时间过来的 问这个问题的时候就是在说你住的地方离我们公司挺远的过来需要很长时间吧,万一公司需要加班怎么办,如果远的情况下最好的回答是我可以搬家。 3、什么学校毕业的,所学的专业是什么?课程是什 阅读全文
posted @ 2019-09-03 19:33 icon_sunny 阅读(815) 评论(0) 推荐(0)
摘要: using UnityEngine; using System.Xml.Serialization; using System.IO; public class StateStorage{ public static T LoadData( string key ){ if ( PlayerPrefs.HasKey( key ) ) { XmlSerializer serializer = ne... 阅读全文
posted @ 2019-08-19 23:24 icon_sunny 阅读(441) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2019-08-19 17:14 icon_sunny 阅读(69) 评论(0) 推荐(0)
摘要: GIT简介 (文末有软件下载链接) Linus的第二个伟大作品。2005年由于BitKeeper软件公司对Linux社区停止了免费使用权。Linus迫不得己自己开发了一个分布式版本控制工具,从而Git诞生了。 目前使用Git作为版本控制的开源软件:Linux kernel,Android, jQue 阅读全文
posted @ 2019-06-23 15:40 icon_sunny 阅读(437) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 26 下一页