UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

17 lines (15 loc) 351 B
/** * * @enum {number} * @readonly */ export const HeadsUpDisplayFlag = { /** * Whether or not world offset should be transformed using {@link Transform} */ TransformWorldOffset: 1, /** * Whether or not view should be rotated based on camera perspective distortion */ PerspectiveRotation: 2 };