Version: 2020.2

Profiler.GetAreaEnabled

切换到手册
public static bool GetAreaEnabled (Profiling.ProfilerArea area);

参数

area 您要检查哪个区域的状态。

返回

bool 返回的结果表明当前是否启用了某个给定的 ProfilerArea

描述

返回的结果表明当前是否启用了某个给定的 ProfilerArea

已启用的区域会发出统计数据和样本。每个启用的区域都会增加性能分析器的开销。 要禁用某个区域,请在 ProfilerWindow 中关闭对应的图表,或者调用 Profiler.SetAreaEnabled