Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 3a77cdf

Browse files
Update ManuallyReloadDomainTool.cs
1 parent 6b8ef87 commit 3a77cdf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎Editor/ManuallyReloadDomainTool.cs‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -231,13 +231,13 @@ public class ManuallyReloadSetting : ScriptableObject
231231
{
232232
[Header("Main Setting")]
233233
[Tooltip("是否启用手动Reload")]
234-
public bool IsEnableManuallyReload=true;
234+
public bool IsEnableManuallyReload;
235235
[Tooltip("是否完全手动Reload 为true时,除了手动外,其他操作均不触发Reload")]
236-
public bool IsFullyManuallyReload=false;
236+
public bool IsFullyManuallyReload;
237237
[Tooltip("是否监听代码行为 默认当创建/删除(cs/asmdef/asmref)时会触发Reload 设置为true时,代码行为变化不再触发Reload")]
238-
public bool IsMonitoringCodeBehavior=false;
238+
public bool IsMonitoringCodeBehavior;
239239
[Tooltip("是否Editor代码也需手动Reload 当编辑Editor代码才有效")]
240-
public bool IsEditorUseManuallyReload=false;
240+
public bool IsEditorUseManuallyReload;
241241

242242
//[Header("Other Setting (Optional)")]
243243
//[Tooltip("显示编译和Reload耗时日志")]

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /