UNITY
妖刀丶朔夜
最是人间留不住
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
工具类:Time
class in UnityEngine Description 描述 The interface to get time information from Unity. 获取时间信息的接口。 Static Variables 静态变量captureFramerate Slows game playback time to allow screenshots to be saved between翻译 2017-09-06 13:49:43 · 270 阅读 · 0 评论 -
Unity中的数组介绍
数组初始化string[] arrayA = { "Shirdrn", "Hamtty", "Saxery" };Console.WriteLine("第一种声明数组并初始化的方法");string[] arrayB;arrayB = new string[3] { "shirdrn", "Hamtty", "Saxery" };Console.WriteLine原创 2017-07-18 17:18:20 · 4408 阅读 · 0 评论
分享