Xingwei Zhu
3 年前
当前提交
c5243b86
共有 6 个文件被更改,包括 63 次插入 和 27 次删除
-
8README-ZH.md
-
8README.md
-
47com.unity.uiwidgets/Runtime/engine/UIWidgetsPanel.cs
-
4com.unity.uiwidgets/Runtime/foundation/debug.cs
-
11com.unity.uiwidgets/Runtime/scheduler/binding.cs
-
12com.unity.uiwidgets/Runtime/engine/UIWidgetsGlobalConfiguration.cs
|
|||
namespace Unity.UIWidgets.engine { |
|||
public static class UIWidgetsGlobalConfiguration { |
|||
//disable auto adjust framerate by default
|
|||
public static bool EnableAutoAdjustFramerate = false; |
|||
|
|||
//enable incremental gc by default
|
|||
public static bool EnableIncrementalGC = true; |
|||
|
|||
//disable debug at runtime by default
|
|||
public static bool EnableDebugAtRuntime = false; |
|||
} |
|||
} |
撰写
预览
正在加载...
取消
保存
Reference in new issue