planck-js
Version:
2D JavaScript physics engine for cross-platform HTML5 game development
49 lines (26 loc) • 999 B
Markdown
[Planck.js API Doc](../README.md) › [Globals](../globals.md) › [ContactEdge](contactedge.md)
# Class: ContactEdge
## Hierarchy
* **ContactEdge**
## Index
### Properties
* [contact](contactedge.md#contact)
* [next](contactedge.md#next)
* [other](contactedge.md#other)
* [prev](contactedge.md#prev)
## Properties
### contact
• **contact**: *[Contact](contact.md)*
*Defined in [index.d.ts:295](https://github.com/shakiba/planck.js/blob/038d425/lib/index.d.ts#L295)*
___
### next
• **next**: *[ContactEdge](contactedge.md) | undefined*
*Defined in [index.d.ts:297](https://github.com/shakiba/planck.js/blob/038d425/lib/index.d.ts#L297)*
___
### other
• **other**: *[Body](body.md) | undefined*
*Defined in [index.d.ts:298](https://github.com/shakiba/planck.js/blob/038d425/lib/index.d.ts#L298)*
___
### prev
• **prev**: *[ContactEdge](contactedge.md) | undefined*
*Defined in [index.d.ts:296](https://github.com/shakiba/planck.js/blob/038d425/lib/index.d.ts#L296)*