UNPKG

@awayfl/awayfl-player

Version:

Flash Player emulator for executing SWF files (published for FP versions 6 and up) in javascript

6 lines 254 B
import { b2Shape } from '../Collision/Shapes/b2Shape'; export declare class b2ContactFilter { ShouldCollide(shape1: b2Shape, shape2: b2Shape): boolean; static b2_defaultFilter: b2ContactFilter; } //# sourceMappingURL=b2ContactFilter.d.ts.map