UNPKG

@awayfl/awayfl-player

Version:

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

9 lines 311 B
import { b2Vec2 } from "../../Common/Math"; import { b2ShapeDef } from "./b2ShapeDef"; export declare class b2StaticEdgeChainDef extends b2ShapeDef { constructor(); vertices: b2Vec2[]; vertexCount: number /** int */; isALoop: Boolean; } //# sourceMappingURL=b2StaticEdgeChainDef.d.ts.map