planck-js
Version:
2D JavaScript physics engine for cross-platform HTML5 game development
76 lines (41 loc) • 2.05 kB
Markdown
[Planck.js API Doc](../README.md) › [Globals](../globals.md) › [internal](../modules/internal.md) › [TimeOfImpact](../modules/internal.timeofimpact.md) › [Output](internal.timeofimpact.output.md)
# Class: Output
## Hierarchy
* **Output**
## Index
### Properties
* [state](internal.timeofimpact.output.md#state)
* [t](internal.timeofimpact.output.md#t)
* [e_failed](internal.timeofimpact.output.md#static-e_failed)
* [e_overlapped](internal.timeofimpact.output.md#static-e_overlapped)
* [e_separated](internal.timeofimpact.output.md#static-e_separated)
* [e_touching](internal.timeofimpact.output.md#static-e_touching)
* [e_unknown](internal.timeofimpact.output.md#static-e_unknown)
## Properties
### state
• **state**: *[TOIOutputState](../enums/toioutputstate.md) | undefined*
*Defined in [index.d.ts:709](https://github.com/shakiba/planck.js/blob/038d425/lib/index.d.ts#L709)*
___
### t
• **t**: *number | undefined*
*Defined in [index.d.ts:710](https://github.com/shakiba/planck.js/blob/038d425/lib/index.d.ts#L710)*
___
### `Static` e_failed
▪ **e_failed**: *[TOIOutputState](../enums/toioutputstate.md)*
*Defined in [index.d.ts:713](https://github.com/shakiba/planck.js/blob/038d425/lib/index.d.ts#L713)*
___
### `Static` e_overlapped
▪ **e_overlapped**: *[TOIOutputState](../enums/toioutputstate.md)*
*Defined in [index.d.ts:714](https://github.com/shakiba/planck.js/blob/038d425/lib/index.d.ts#L714)*
___
### `Static` e_separated
▪ **e_separated**: *[TOIOutputState](../enums/toioutputstate.md)*
*Defined in [index.d.ts:716](https://github.com/shakiba/planck.js/blob/038d425/lib/index.d.ts#L716)*
___
### `Static` e_touching
▪ **e_touching**: *[TOIOutputState](../enums/toioutputstate.md)*
*Defined in [index.d.ts:715](https://github.com/shakiba/planck.js/blob/038d425/lib/index.d.ts#L715)*
___
### `Static` e_unknown
▪ **e_unknown**: *[TOIOutputState](../enums/toioutputstate.md)*
*Defined in [index.d.ts:712](https://github.com/shakiba/planck.js/blob/038d425/lib/index.d.ts#L712)*