04 2014 档案

摘要:java获取当前时间,并按一定格式输出 1.用Calendar获取Date Calendar calendar = Calendar.getInstance(); // 获取日历 SimpleDateFormat format = new SimpleDateFormat("yyyy年MM月dd日h 阅读全文
posted @ 2014-04-29 16:10 明明1109 阅读(9370) 评论(0) 推荐(0) 编辑
摘要:Unity内置shader 4.3.1 版本的 其他版本可以自己修改名称 下载地址 http://download.unity3d.com/download_unity/builtin_shaders-4.3.1.zip 阅读全文
posted @ 2014-04-10 20:23 明明1109 阅读(1011) 评论(0) 推荐(0) 编辑
摘要:创建脚本如下 Billboard.cs using UnityEngine; using System.Collections; public class Billboard : MonoBehaviour { // Use this for initialization void Start () 阅读全文
posted @ 2014-04-09 13:25 明明1109 阅读(1922) 评论(0) 推荐(0) 编辑