UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

7 lines 289 B
/** * Magic field that can be added to an individual component to control serialization on level of individual components * @readonly * @type {string} */ export const COMPONENT_SERIALIZATION_TRANSIENT_FIELD: string; //# sourceMappingURL=COMPONENT_SERIALIZATION_TRANSIENT_FIELD.d.ts.map