Set the collision category bit for this body.
(type: number)
| 149 | setCollisionMask(mask: number): void; |
| 150 | /** Set the collision category bit for this body. */ |
| 151 | setCollisionType?(type: number): void; |
| 152 | /** Toggle sensor mode (fires collision events without push-out). */ |
| 153 | setSensor?(isSensor?: boolean): void; |
| 154 | /** Set mass directly (recomputes inertia where applicable). */ |
no outgoing calls
no test coverage detected