Skip to content

Home > @esengine/ecs-framework-monorepo > IECSDebugConfig

IECSDebugConfig interface

ECS调试配置接口

Signature:

typescript
export interface IECSDebugConfig

Properties

Property

Modifiers

Type

Description

autoReconnect?

boolean

(Optional) 是否自动重连

channels

DebugChannels

数据通道配置

debugFrameRate?

60 | 30 | 15

(Optional) 调试数据发送帧率 (60fps, 30fps, 15fps)

enabled

boolean

是否启用调试

updateInterval?

number

(Optional) 数据更新间隔(毫秒)- 已弃用,使用debugFrameRate替代

websocketUrl

string

WebSocket服务器URL

基于 MIT 许可证发布