Skip to content

Latest commit

 

History

History
53 lines (26 loc) · 818 Bytes

File metadata and controls

53 lines (26 loc) · 818 Bytes

Home > server > Simulation > enableDebugRaycasting

Simulation.enableDebugRaycasting() method

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;

Parameters

Parameter

Type

Description

enabled

boolean

Whether to enable debug raycasting.

**Returns:**

void