自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(11)
  • 收藏
  • 关注

原创 简单的协程计时器

协程的简单倒计时

2016-09-21 17:51:27 1426

原创 SimpleJson解析及调用

unity simplejson 解析 三种 josn

2016-09-10 10:02:28 3161

原创 LTBezierPath

这个跟LTSpline用法一样,唯一区别是 new Vector3[]{这里必须是4的倍数}; void Start () { cr = new LTBezierPath (new Vector3[] { PathPoint [0].position, PathPoint [1].position, PathPoint [2].position, PathPoint

2016-08-31 17:15:22 416

原创 LTSpline

老是报错报错,以后再说,看看LTBezierPath,这个好用,就不用LTSpline了。

2016-08-30 14:35:35 379

原创 Mask在iPad2,iPad mini上导出的坑

群里面看见的,虽然还没用mask,先把坑填上,谢谢群里原理共享的好友。 611、UGUI的Mask在iPad2,iPad mini上失效,在iPad air2上没事;解决方案,需要在导出选项上选择Use 24-bit Depth Buffer。

2016-08-25 09:06:15 264

原创 leantween.color

ugui 用 rectTransformgameObject 用 gameobject以下几种方式都可以public class ccc : MonoBehaviour { public Button but1; public Image ima1; public Button but2; public GameObject qiu1; void Start (

2016-08-24 17:42:24 1361

原创 leantween.alpha

成功的是 leantween.alpna(rectTransform) public Button but1; public Image ima1; void Start () { but1.onClick.AddListener (butOnclick); } void butOnclick(){ LeanTween.alpha (but1.image.rectTra

2016-08-23 17:00:32 1731 1

原创 u3d制作多米诺骨牌小游戏心得1

edit - project settings - time - Time Scale 调整game窗口内的全局播放速度。

2016-05-03 15:16:20 1842

原创 love2d 的所有默认配置如下,禁止一些不用的模块,可以轻微加快速度。

function love.conf(t)t.title = "Untitled" -- The title of the window the game is in (string)t.author = "Unnamed" -- The author of the game (string)t.url = nil -- The website of the game (string)t.

2014-09-26 17:00:38 381

原创 love.mouse库

love.mouselove.mouse.getCursorGets the current Cursor. 0.9.0 love.mouse.getPositionReturns the current position of the mouse.  love.mouse.getSys

2014-09-23 17:26:32 443

原创 love2d 学习笔记1

1周过去后,再次看第一份原代码。每个函数之间的guan

2014-09-22 16:03:58 303

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除