1 |
- {"ast":null,"code":"/**\n * This is a support class for frame Data on texture packer sets.\n */\nexport class TexturePackerFrame {\n /**\n * Initializes a texture package frame.\n * @param id The numerical frame identifier\n * @param scale Scalar Vector2 for UV frame\n * @param offset Vector2 for the frame position in UV units.\n * @returns TexturePackerFrame\n */\n constructor(id, scale, offset) {\n this.id = id;\n this.scale = scale;\n this.offset = offset;\n }\n}","map":{"version":3,"names":["TexturePackerFrame","constructor","id","scale","offset"],"sources":["F:/workspace/202226701027/huinongbao-app/node_modules/@babylonjs/core/Materials/Textures/Packer/frame.js"],"sourcesContent":["/**\n * This is a support class for frame Data on texture packer sets.\n */\nexport class TexturePackerFrame {\n /**\n * Initializes a texture package frame.\n * @param id The numerical frame identifier\n * @param scale Scalar Vector2 for UV frame\n * @param offset Vector2 for the frame position in UV units.\n * @returns TexturePackerFrame\n */\n constructor(id, scale, offset) {\n this.id = id;\n this.scale = scale;\n this.offset = offset;\n }\n}\n"],"mappings":"AAAA;AACA;AACA;AACA,OAAO,MAAMA,kBAAkB,CAAC;EAC5B;AACJ;AACA;AACA;AACA;AACA;AACA;EACIC,WAAWA,CAACC,EAAE,EAAEC,KAAK,EAAEC,MAAM,EAAE;IAC3B,IAAI,CAACF,EAAE,GAAGA,EAAE;IACZ,IAAI,CAACC,KAAK,GAAGA,KAAK;IAClB,IAAI,CAACC,MAAM,GAAGA,MAAM;EACxB;AACJ","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}
|