Profiler 分析器
Controls the Profiler from script.
从脚本控制分析器。
You can add custom Profiler sections in your scripts with Profiler.BeginSample and Profiler.EndSample.
你在脚本可以自定义分析器部分,带有Profiler.BeginSample 和 Profiler.EndSample。
In standalone games, Profiler can dump all profiling information using Profiler.logFile and Profiler.enabled.
在独立版游戏,Profiler可以转储所有的分析信息,使用 Profiler.logFile 和 Profiler.enabled。
Profiler is only available in Unity Pro.
Profiler仅可用于Unity Pro专业版。
Class Variables类变量
-
Sets profiler output file in built players.
在发布的运行环境中,设置profiler输出文件。 -
Enables the Profiler.
启用Profiler分析器。
Class Functions类函数
-
Begin profiling a piece of code with a custom label.
开始分析一段代码,带有一个自定义标签。 -
End profiling a piece of code with a custom label.
结束分析一段代码,带有一个自定义标签。
最后修改:2011年3月25日 Friday 13:45