Home > @esengine/ecs-framework-monorepo > Core > enableDebug
Core.enableDebug() method
启用调试功能
Signature:
typescript
static enableDebug(config: IECSDebugConfig): void;
Parameters
Parameter | Type | Description |
---|---|---|
config | 调试配置 |
Returns:
void