UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

6 lines 175 B
export type AnimationFlags = number; export namespace AnimationFlags { let Playing: number; let MeshSizeCulling: number; } //# sourceMappingURL=AnimationFlags.d.ts.map