Skip to content

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

IECSDebugConfig.debugFrameRate property

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

Signature:

typescript
debugFrameRate?: 60 | 30 | 15;

基于 MIT 许可证发布