UNPKG

@awayfl/awayfl-player

Version:

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

12 lines 396 B
import { b2Contact } from '../Contacts'; import { b2Fixture } from '../b2Fixture'; /** * @private */ export declare class b2PolygonContact extends b2Contact { static Create(allocator: any): b2Contact; static Destroy(contact: b2Contact, allocator: any): void; Reset(fixtureA: b2Fixture, fixtureB: b2Fixture): void; Evaluate(): void; } //# sourceMappingURL=b2PolygonContact.d.ts.map