@woosh/meep-engine
Version:
Pure JavaScript game engine. Fully featured and production ready.
9 lines • 321 B
TypeScript
/**
*
* @param {EntityNode} node
* @param {string[]} path_parts
* @returns {BoundValueWriter}
*/
export function bind_property_writer(node: EntityNode, path_parts: string[]): BoundValueWriter;
import { BoundValueWriter } from "../curve/binding/BoundValueWriter.js";
//# sourceMappingURL=bind_property_writer.d.ts.map