UNPKG

playcanvas

Version:

Open-source WebGL/WebGPU 3D engine for the web

12 lines (11 loc) 155 B
class ContactResult { other; contacts; constructor(other, contacts) { this.other = other; this.contacts = contacts; } } export { ContactResult };