代码改变世界

随笔档案-2014年12月

unity3D中 material中tiling和offset属性解释

2014-12-08 15:54 by 糯米粥, 5969 阅读, 收藏,
摘要: unity3D中 material中tiling和offset属性解释 阅读全文

unity3d API汇总

2014-12-02 16:21 by 糯米粥, 1872 阅读, 收藏,
摘要: 1 using UnityEngine; 2 using System.Collections; 3 4 public class AllFunction : MonoBehaviour 5 { 6 /* 7 API Version: 4.3 8 ... 阅读全文