03 2018 档案

摘要:原文出处:http://www.oschina.net/discuss/thread/500 1、分享第一条经验:“学历代表过去、能力代表现在、学习力代表未来。”其实这是一个来自国外教育领域的一个研究结果。相信工作过几年、十几年的朋友对这 个道理有些体会吧。但我相信这一点也很重要:“重要的道理明白太 阅读全文
posted @ 2018-03-24 09:17 杨小行 阅读(209) 评论(0) 推荐(0)
摘要:UnityEditor》AssetPostprocessor 控制导入的脚本 类中的方法字段 public string assetPath { get; set; } public AssetImporter assetImporter { get; } public Texture2D prev 阅读全文
posted @ 2018-03-22 14:33 杨小行 阅读(2588) 评论(0) 推荐(0)
摘要:using System; using System.Collections; using System.Collections.Generic; using System.Threading; using UnityEngine; using Random = System.Random; public class MyThreadManger : MonoBehaviour { H... 阅读全文
posted @ 2018-03-21 16:12 杨小行 阅读(199) 评论(0) 推荐(0)
摘要:using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Text; using UnityEditor; using UnityEngine; public static class M_ProcessExcuter {... 阅读全文
posted @ 2018-03-21 16:10 杨小行 阅读(2213) 评论(0) 推荐(0)