GitHub
3 年前
当前提交
25db39f9
共有 7 个文件被更改,包括 87 次插入 和 15 次删除
-
8README-ZH.md
-
8README.md
-
56com.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
-
3com.unity.uiwidgets/Runtime/engine/UIWidgetsGlobalConfiguration.cs.meta
|
|||
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; |
|||
} |
|||
} |
|
|||
fileFormatVersion: 2 |
|||
guid: 9e540b63fd904e628c98d48d1b99b5ef |
|||
timeCreated: 1623723651 |
撰写
预览
正在加载...
取消
保存
Reference in new issue