UNPKG
arcade-physics
Version:
latest (0.1.0)
0.1.0
0.0.3
0.0.2
0.0.1
Use Arcade Physics without Phaser.
github.com/yandeu/arcade-physics
yandeu/arcade-physics
arcade-physics
/
lib
/
structs
/
RTree.d.ts
7 lines
•
233 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
RBush
from
'rbush'
;
export
declare
const
rbush
:
(
maxEntries
:
any
) =>
RBush
<
unknown
>;
declare
class
RTree
<T =
any
>
extends
RBush
<T> {
constructor
(
maxEntries
:
any
); }
export
default
RTree
;
//# sourceMappingURL=RTree.d.ts.map