hytopia
Version:
The HYTOPIA SDK makes it easy for developers to create massively multiplayer games using JavaScript or TypeScript.
78 lines (37 loc) • 1.2 kB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [server](./server.md) > [Simulation](./server.simulation.md) > [enableDebugRendering](./server.simulation.enabledebugrendering.md)
## Simulation.enableDebugRendering() method
Enables or disables debug rendering for the simulation.
**Signature:**
```typescript
enableDebugRendering(enabled: boolean, filterFlags?: RAPIER.QueryFilterFlags): void;
```
## Parameters
<table><thead><tr><th>
Parameter
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
enabled
</td><td>
boolean
</td><td>
Whether to enable debug rendering.
</td></tr>
<tr><td>
filterFlags
</td><td>
RAPIER.QueryFilterFlags
</td><td>
_(Optional)_ Optional query filter flags for debug rendering.
\*\*Side effects:\*\* Emits `SimulationEvent.DEBUG_RENDER` each step while enabled.
\*\*Category:\*\* Physics
</td></tr>
</tbody></table>
**Returns:**
void
## Remarks
When enabled, all colliders and rigid body outlines are rendered. Avoid enabling in production; it can cause noticeable lag.