hytopia
Version:
The HYTOPIA SDK makes it easy for developers to create massively multiplayer games using JavaScript or TypeScript.
18 lines (12 loc) • 601 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [server](./server.md) > [SimulationEventPayloads](./server.simulationeventpayloads.md) > ["SIMULATION.DEBUG\_RENDER"](./server.simulationeventpayloads._simulation.debug_render_.md)
## SimulationEventPayloads."SIMULATION.DEBUG\_RENDER" property
Emitted when the simulation debug rendering is enabled.
**Signature:**
```typescript
[SimulationEvent.DEBUG_RENDER]: {
simulation: Simulation;
vertices: Float32Array;
colors: Float32Array;
};
```