UNPKG

@awayfl/awayfl-player

Version:

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

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