hytopia 0.1.71 → 0.1.72

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.
@@ -1219,6 +1219,20 @@ Sets the angular velocity of the rigid body.
1219
1219
  Sets whether the rigid body has continuous collision detection enabled.
1220
1220
 
1221
1221
 
1222
+ </td></tr>
1223
+ <tr><td>
1224
+
1225
+ [setCollisionGroupsForSensorColliders(collisionGroups)](./server.rigidbody.setcollisiongroupsforsensorcolliders.md)
1226
+
1227
+
1228
+ </td><td>
1229
+
1230
+
1231
+ </td><td>
1232
+
1233
+ Sets the collision groups for sensor colliders of the rigid body.
1234
+
1235
+
1222
1236
  </td></tr>
1223
1237
  <tr><td>
1224
1238
 
@@ -0,0 +1,53 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [server](./server.md) &gt; [RigidBody](./server.rigidbody.md) &gt; [setCollisionGroupsForSensorColliders](./server.rigidbody.setcollisiongroupsforsensorcolliders.md)
4
+
5
+ ## RigidBody.setCollisionGroupsForSensorColliders() method
6
+
7
+ Sets the collision groups for sensor colliders of the rigid body.
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ setCollisionGroupsForSensorColliders(collisionGroups: CollisionGroups): 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
+ collisionGroups
36
+
37
+
38
+ </td><td>
39
+
40
+ [CollisionGroups](./server.collisiongroups.md)
41
+
42
+
43
+ </td><td>
44
+
45
+ The collision groups for sensor colliders of the rigid body.
46
+
47
+
48
+ </td></tr>
49
+ </tbody></table>
50
+ **Returns:**
51
+
52
+ void
53
+
@@ -0,0 +1,5 @@
1
+ # hole-in-wall-game
2
+
3
+ A game where players compete to be the last man standing while
4
+ walls fly towards them. Players must maneuver to avoid being hit
5
+ by the walls in order to survive.