UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

13 lines 262 B
export class ComponentPropertyPath { /** * Component type name * @type {string} */ component: string; /** * Path to the property * @type {string} */ path: string; } //# sourceMappingURL=ComponentPropertyPath.d.ts.map