@woosh/meep-engine
Version:
Pure JavaScript game engine. Fully featured and production ready.
14 lines • 379 B
TypeScript
export class BoundPlainNumericPropertyWriter extends BoundValueWriter {
/**
* @type {Object}
*/
parent: any;
/**
* @type {string}
*/
property_name: string;
bind(root: any, path: any): void;
write(data: any): void;
}
import { BoundValueWriter } from "./BoundValueWriter.js";
//# sourceMappingURL=BoundPlainNumericPropertyWriter.d.ts.map