08 2017 档案

Unity插件学习记录 -- SW Actions
摘要:插件地址:https://www.assetstore.unity3d.com/cn/#!/content/69779 SequencialCompositeAction:按顺序执行Action。 例子: UnityActions.Init(); IAction action = new Seque 阅读全文

posted @ 2017-08-22 17:33 吾少也贱,故能多鄙事。 阅读(342) 评论(0) 推荐(0)

UE4 Spout使用
该文被密码保护。

posted @ 2017-08-14 14:26 吾少也贱,故能多鄙事。 阅读(5) 评论(0) 推荐(0)

Unity3D 使用LineRenderer制作画板功能
摘要:using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class Painter : MonoBehaviour { public Color painterColor = Color.black; private L... 阅读全文

posted @ 2017-08-04 10:59 吾少也贱,故能多鄙事。 阅读(4070) 评论(0) 推荐(0)

Unity3D 常用API记录
摘要:作用: 开启Shader的某一个关键字,比如自发光,即使你设置了shader自发光的Color或者Texture,如果你不在编辑器中开启自发光属性,也没有办法做到自发光。 阅读全文

posted @ 2017-08-04 10:52 吾少也贱,故能多鄙事。 阅读(261) 评论(0) 推荐(0)

导航