@awayfl/poki-player
Version:
AVM Player for poki games
9 lines • 344 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