hytopia 0.1.48 → 0.1.49

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,53 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [server](./server.md) &gt; [Simulation](./server.simulation.md) &gt; [enableDebugRaycasting](./server.simulation.enabledebugraycasting.md)
4
-
5
- ## Simulation.enableDebugRaycasting() method
6
-
7
- Enables or disables debug raycasting for the simulation. This will render lines for the raycast that disappear after a few seconds.
8
-
9
- **Signature:**
10
-
11
- ```typescript
12
- enableDebugRaycasting(enabled: boolean): void;
13
- ```
14
-
15
- ## Parameters
16
-
17
- <table><thead><tr><th>
18
-
19
- Parameter
20
-
21
-
22
- </th><th>
23
-
24
- Type
25
-
26
-
27
- </th><th>
28
-
29
- Description
30
-
31
-
32
- </th></tr></thead>
33
- <tbody><tr><td>
34
-
35
- enabled
36
-
37
-
38
- </td><td>
39
-
40
- boolean
41
-
42
-
43
- </td><td>
44
-
45
- Whether to enable debug raycasting.
46
-
47
-
48
- </td></tr>
49
- </tbody></table>
50
- **Returns:**
51
-
52
- void
53
-
@@ -1,13 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [server](./server.md) &gt; [Simulation](./server.simulation.md) &gt; [isDebugRaycastingEnabled](./server.simulation.isdebugraycastingenabled.md)
4
-
5
- ## Simulation.isDebugRaycastingEnabled property
6
-
7
- Whether the simulation has debug raycasting enabled
8
-
9
- **Signature:**
10
-
11
- ```typescript
12
- get isDebugRaycastingEnabled(): boolean;
13
- ```