@awayfl/awayfl-player
Version:
Flash Player emulator for executing SWF files (published for FP versions 6 and up) in javascript
9 lines • 352 B
TypeScript
import { b2World } from "../../Dynamics/b2World";
import { b2ShapeDef } from "./b2ShapeDef";
import { b2StaticEdgeShape } from "./b2StaticEdgeShape";
export declare class b2StaticEdgeChain {
constructor(def: b2ShapeDef, world: b2World);
edges: b2StaticEdgeShape[];
isALoop: Boolean;
}
//# sourceMappingURL=b2StaticEdgeChain.d.ts.map