UNPKG

@awayfl/awayfl-player

Version:

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

25 lines 1 kB
export declare class b2Settings { static USHRT_MAX: number /** int */; static b2_pi: number; static b2_maxManifoldPoints: number /** int */; static b2_maxPolygonVertices: number /** int */; static b2_maxProxies: number /** int */; static b2_maxPairs: number /** int */; static b2_linearSlop: number; static b2_angularSlop: number; static b2_toiSlop: number; static b2_maxTOIContactsPerIsland: number /** int */; static b2_velocityThreshold: number; static b2_maxLinearCorrection: number; static b2_maxAngularCorrection: number; static b2_maxLinearVelocity: number; static b2_maxLinearVelocitySquared: number; static b2_maxAngularVelocity: number; static b2_maxAngularVelocitySquared: number; static b2_contactBaumgarte: number; static b2_timeToSleep: number; static b2_linearSleepTolerance: number; static b2_angularSleepTolerance: number; static b2Assert(a: boolean): void; } //# sourceMappingURL=b2Settings.d.ts.map