UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

16 lines (12 loc) 223 B
export class ComponentPropertyPath { /** * Component type name * @type {string} */ component = ""; /** * Path to the property * @type {string} */ path = ""; }