- 54
- 0
- 约8.54千字
- 约 7页
- 2017-01-05 发布于贵州
- 举报
unity3D技术之PerformanceOptimization性能优化unity3D技术之PerformanceOptimization性能优化
1. Use Static Typing使用静态类型When using JavaScript the most important optimization is to use static typing instead of dynamic typing. Unity uses a technique called type inference to automatically convert JavaScript constructs to statically typed code without you having to do any work.使用JavaScript很重要的优化是使用静态类型替代动态类型。Unity使用一种叫做类型推理的技术来自动转换JavaScript为静态类型而无需你做任何工作。【狗刨学习网】C# JavaScript using UnityEngine;using System.Collections;public class example : MonoBehaviour {public int foo = 5;}var foo = 5;In the above example foo will automatically be inferred to be an integer value. Thus Unity can apply a l
您可能关注的文档
最近下载
- 国际工程项目人力资源属地化管理研究.pptx VIP
- 《陆上风电场工程概算定额》NBT31010-2024.pptx VIP
- 2026新苏教版六年级数学上册第一单元第2课《积的近似值》课件.pptx VIP
- 机器人用谐波齿轮减速器的设计.docx VIP
- 轮胎厂安全生产操作.docx
- (高清版)-B-T 239.1-2023 金属材料 线材 第1部分:单向扭转试验方法.pdf VIP
- 商业综合体工程承接查验内容、标准、资料移交清单.pdf
- 钾离子结合剂在慢性肾脏病患者高钾血症治疗中应用的中国专家共识(2025年版)解读.pptx
- 教育强国建设三年行动计划(2025-2027年).docx VIP
- 建筑施工--预制梁场验收表.doc VIP
原创力文档

文档评论(0)