UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

8 lines (6 loc) 249 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 = '@serialization_transient';