planck-js
Version:
2D JavaScript physics engine for cross-platform HTML5 game development
49 lines (26 loc) • 975 B
Markdown
[Planck.js API Doc](../README.md) › [Globals](../globals.md) › [FixtureProxy](fixtureproxy.md)
# Interface: FixtureProxy
## Hierarchy
* **FixtureProxy**
## Index
### Properties
* [aabb](fixtureproxy.md#aabb)
* [childIndex](fixtureproxy.md#childindex)
* [fixture](fixtureproxy.md#fixture)
* [proxyId](fixtureproxy.md#proxyid)
## Properties
### aabb
• **aabb**: *[AABB](../classes/aabb.md)*
*Defined in [index.d.ts:79](https://github.com/shakiba/planck.js/blob/038d425/lib/index.d.ts#L79)*
___
### childIndex
• **childIndex**: *number*
*Defined in [index.d.ts:81](https://github.com/shakiba/planck.js/blob/038d425/lib/index.d.ts#L81)*
___
### fixture
• **fixture**: *[Fixture](../classes/fixture.md)*
*Defined in [index.d.ts:80](https://github.com/shakiba/planck.js/blob/038d425/lib/index.d.ts#L80)*
___
### proxyId
• **proxyId**: *number*
*Defined in [index.d.ts:82](https://github.com/shakiba/planck.js/blob/038d425/lib/index.d.ts#L82)*