Skip to content

ECS Framework API v2.1.50


ECS Framework API / ISceneConfig

Interface: ISceneConfig

Defined in: ECS/IScene.ts:150

场景配置接口

Properties

name?

optional name: string

Defined in: ECS/IScene.ts:154

场景名称


debug?

optional debug: boolean

Defined in: ECS/IScene.ts:158

调试配置


enableEntityDirectUpdate?

optional enableEntityDirectUpdate: boolean

Defined in: ECS/IScene.ts:163

是否启用实体直接更新

Default

ts
false

Released under the MIT License.