@polygonjs/polygonjs
Version:
node-based WebGL 3D engine https://polygonjs.com
12 lines (11 loc) • 437 B
TypeScript
/**
* Updates the debug display of a physics sim
*
*
*/
import { ParamlessBaseTriggerAndObjectJsNode } from './_BaseTriggerAndObject';
import { JsLinesCollectionController } from './code/utils/JsLinesCollectionController';
export declare class PhysicsDebugUpdateJsNode extends ParamlessBaseTriggerAndObjectJsNode {
static type(): string;
setTriggerableLines(shadersCollectionController: JsLinesCollectionController): void;
}