UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

9 lines (8 loc) 121 B
/** * * @enum {number} */ export const EntityNodeFlags = { LiveManagement: 1, TransformObserved: 2 };