UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

6 lines 186 B
export type AnimationGraphFlag = number; export namespace AnimationGraphFlag { let MeshSizeCulling: number; let Linked: number; } //# sourceMappingURL=AnimationGraphFlag.d.ts.map