摘要: /* 获取模型对应的贴图中的像素点,修改颜色 */ using System.Collections; using System.Collections.Generic; using UnityEngine; public class DrowLine : MonoBehaviour { public GameObject m_obj; private Texture2... 阅读全文
posted @ 2018-07-03 17:09 nanyang0310 阅读(7099) 评论(0) 推荐(0) 编辑