Home > server > Simulation > enableDebugRaycasting
Enables or disables debug raycasting for the simulation. This will render lines for the raycast that disappear after a few seconds.
Signature:
enableDebugRaycasting(enabled: boolean): void;|
Parameter |
Type |
Description |
|---|---|---|
|
enabled |
boolean |
Whether to enable debug raycasting. |
void