(ptr)
| 1494 | export class RawColliderShapeCastHit { |
| 1495 | |
| 1496 | static __wrap(ptr) { |
| 1497 | ptr = ptr >>> 0; |
| 1498 | const obj = Object.create(RawColliderShapeCastHit.prototype); |
| 1499 | obj.__wbg_ptr = ptr; |
| 1500 | RawColliderShapeCastHitFinalization.register(obj, obj.__wbg_ptr, obj); |
| 1501 | return obj; |
| 1502 | } |
| 1503 | |
| 1504 | __destroy_into_raw() { |
| 1505 | const ptr = this.__wbg_ptr; |