控制实体update默认不更新

This commit is contained in:
YHH
2025-09-26 09:38:51 +08:00
parent 60566e8d78
commit 1ade449c4d
3 changed files with 34 additions and 11 deletions

View File

@@ -151,4 +151,9 @@ export interface ISceneConfig {
* 调试配置
*/
debug?: boolean;
/**
* 是否启用实体直接更新
* @default false
*/
enableEntityDirectUpdate?: boolean;
}