UNPKG

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
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [server](./server.md) &gt; [SimulationEventPayloads](./server.simulationeventpayloads.md) &gt; ["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; }; ```