UNPKG

@dill-pixel/plugin-snap-physics

Version:

Snap Physics

14 lines 646 B
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; //# sourceMappingURL=index.d.ts.map