planck-js
Version:
2D JavaScript physics engine for cross-platform HTML5 game development
58 lines (31 loc) • 1.34 kB
Markdown
[Planck.js API Doc](../README.md) › [Globals](../globals.md) › [internal](../modules/internal.md) › [TimeOfImpact](../modules/internal.timeofimpact.md) › [Input](internal.timeofimpact.input.md)
# Class: Input
## Hierarchy
* **Input**
## Index
### Properties
* [proxyA](internal.timeofimpact.input.md#proxya)
* [proxyB](internal.timeofimpact.input.md#proxyb)
* [sweepA](internal.timeofimpact.input.md#sweepa)
* [sweepB](internal.timeofimpact.input.md#sweepb)
* [tMax](internal.timeofimpact.input.md#tmax)
## Properties
### proxyA
• **proxyA**: *[DistanceProxy](distanceproxy.md)*
*Defined in [index.d.ts:702](https://github.com/shakiba/planck.js/blob/038d425/lib/index.d.ts#L702)*
___
### proxyB
• **proxyB**: *[DistanceProxy](distanceproxy.md)*
*Defined in [index.d.ts:703](https://github.com/shakiba/planck.js/blob/038d425/lib/index.d.ts#L703)*
___
### sweepA
• **sweepA**: *[Sweep](sweep.md)*
*Defined in [index.d.ts:704](https://github.com/shakiba/planck.js/blob/038d425/lib/index.d.ts#L704)*
___
### sweepB
• **sweepB**: *[Sweep](sweep.md)*
*Defined in [index.d.ts:705](https://github.com/shakiba/planck.js/blob/038d425/lib/index.d.ts#L705)*
___
### tMax
• **tMax**: *number | undefined*
*Defined in [index.d.ts:706](https://github.com/shakiba/planck.js/blob/038d425/lib/index.d.ts#L706)*