609a5e15038f43407bd90f35105da9b5c69e4c206628ee0aff49a366d68f787a.json 1.8 KB

1
  1. {"ast":null,"code":"import { Animation } from \"../Animations/animation.js\";\n/**\n * Class used to override all child animations of a given target\n */\nexport class AnimationPropertiesOverride {\n constructor() {\n /**\n * Gets or sets a value indicating if animation blending must be used\n */\n this.enableBlending = false;\n /**\n * Gets or sets the blending speed to use when enableBlending is true\n */\n this.blendingSpeed = 0.01;\n /**\n * Gets or sets the default loop mode to use\n */\n this.loopMode = Animation.ANIMATIONLOOPMODE_CYCLE;\n }\n}","map":{"version":3,"names":["Animation","AnimationPropertiesOverride","constructor","enableBlending","blendingSpeed","loopMode","ANIMATIONLOOPMODE_CYCLE"],"sources":["F:/workspace/202226701027/huinongbao-app/node_modules/@babylonjs/core/Animations/animationPropertiesOverride.js"],"sourcesContent":["import { Animation } from \"../Animations/animation.js\";\n/**\n * Class used to override all child animations of a given target\n */\nexport class AnimationPropertiesOverride {\n constructor() {\n /**\n * Gets or sets a value indicating if animation blending must be used\n */\n this.enableBlending = false;\n /**\n * Gets or sets the blending speed to use when enableBlending is true\n */\n this.blendingSpeed = 0.01;\n /**\n * Gets or sets the default loop mode to use\n */\n this.loopMode = Animation.ANIMATIONLOOPMODE_CYCLE;\n }\n}\n"],"mappings":"AAAA,SAASA,SAAS,QAAQ,4BAA4B;AACtD;AACA;AACA;AACA,OAAO,MAAMC,2BAA2B,CAAC;EACrCC,WAAWA,CAAA,EAAG;IACV;AACR;AACA;IACQ,IAAI,CAACC,cAAc,GAAG,KAAK;IAC3B;AACR;AACA;IACQ,IAAI,CAACC,aAAa,GAAG,IAAI;IACzB;AACR;AACA;IACQ,IAAI,CAACC,QAAQ,GAAGL,SAAS,CAACM,uBAAuB;EACrD;AACJ","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}