UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

14 lines 283 B
export class UvContext { /** * Resolution of texture * @type {Vector2} */ resolution: Vector2; /** * * @type {AABB2} */ atlas_patch: AABB2; } import Vector2 from "../../../../core/geom/Vector2.js"; //# sourceMappingURL=UvContext.d.ts.map