控制实体update默认不更新
This commit is contained in:
@@ -151,4 +151,9 @@ export interface ISceneConfig {
|
||||
* 调试配置
|
||||
*/
|
||||
debug?: boolean;
|
||||
/**
|
||||
* 是否启用实体直接更新
|
||||
* @default false
|
||||
*/
|
||||
enableEntityDirectUpdate?: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user