UNPKG

planck-js

Version:

2D JavaScript physics engine for cross-platform HTML5 game development

76 lines (41 loc) 1.58 kB
[Planck.js API Doc](../README.md) › [Globals](../globals.md) › [TreeNode](treenode.md) # Class: TreeNode ## Hierarchy * **TreeNode** ## Index ### Properties * [aabb](treenode.md#aabb) * [child1](treenode.md#child1) * [child2](treenode.md#child2) * [height](treenode.md#height) * [id](treenode.md#id) * [parent](treenode.md#parent) * [userData](treenode.md#userdata) ## Properties ### aabb**aabb**: *[AABB](aabb.md)* *Defined in [collision/index.d.ts:63](https://github.com/shakiba/planck.js/blob/038d425/lib/collision/index.d.ts#L63)* ___ ### child1 • **child1**: *[TreeNode](treenode.md)* *Defined in [collision/index.d.ts:66](https://github.com/shakiba/planck.js/blob/038d425/lib/collision/index.d.ts#L66)* ___ ### child2**child2**: *[TreeNode](treenode.md)* *Defined in [collision/index.d.ts:67](https://github.com/shakiba/planck.js/blob/038d425/lib/collision/index.d.ts#L67)* ___ ### height • **height**: *number* *Defined in [collision/index.d.ts:68](https://github.com/shakiba/planck.js/blob/038d425/lib/collision/index.d.ts#L68)* ___ ### id**id**: *number* *Defined in [collision/index.d.ts:62](https://github.com/shakiba/planck.js/blob/038d425/lib/collision/index.d.ts#L62)* ___ ### parent • **parent**: *[TreeNode](treenode.md)* *Defined in [collision/index.d.ts:65](https://github.com/shakiba/planck.js/blob/038d425/lib/collision/index.d.ts#L65)* ___ ### userData**userData**: *any* *Defined in [collision/index.d.ts:64](https://github.com/shakiba/planck.js/blob/038d425/lib/collision/index.d.ts#L64)*