Unity
djl12rg
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Unity工具类
Unity原创 2016-07-28 11:44:56 · 770 阅读 · 0 评论 -
C#学习入门
DateTime:转自 http://www.cnblogs.com/artech/archive/2010/09/04/1817833.htmlString.Fromat();String.Format(String,Object);String.Format(String,Object[])将格式项替换为指定Object的实例项 String.Format(String,Object,Ob原创 2016-07-29 09:06:02 · 322 阅读 · 0 评论 -
Unity 小问题
1. time.deltatime 每帧的时间 10*time.deltatime 表示的是每秒运动10米 分析:因为deltatime = 1/N 乘以10 运动的距离为 10/N 每秒运动的帧数为N帧 所以每秒运动的距离为 : 每帧的距离*多少帧 即: 10/转载 2016-07-28 08:52:05 · 645 阅读 · 0 评论
分享