@dill-pixel/plugin-snap-physics
Version:
Snap Physics
17 lines (13 loc) • 614 B
text/typescript
import { SnapPhysicsPlugin } from './SnapPhysicsPlugin';
export { Actor } from './Actor';
export { Entity } from './Entity';
export type { ICollider } from './ICollider';
export * from './mixins';
export { Sensor } from './Sensor';
export { Solid } from './Solid';
export { System } from './System';
export type { Collision, CollisionDirection, EntityType, Side, SnapBoundary, SpatialHashGridFilter } from './types';
export { checkCollision, checkPointIntersection } from './utils';
export { Wall } from './Wall';
export type { ISnapPhysicsPlugin } from './SnapPhysicsPlugin';
export default SnapPhysicsPlugin;