UNPKG

phaser-matter-collision-plugin

Version:
10 lines (9 loc) 262 B
/// <reference types="./matter" /> /** * Get the root body of a compound Matter body. */ export declare function getRootBody(body: MatterJS.BodyType): MatterJS.BodyType; /** * @param obj */ export declare function warnInvalidObject(obj: any): void;