@galacean/engine-core 1.0.2 → 1.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (103) hide show
  1. package/dist/main.js +2 -1
  2. package/dist/main.js.map +1 -1
  3. package/dist/miniprogram.js +2 -1
  4. package/dist/module.js +2 -1
  5. package/dist/module.js.map +1 -1
  6. package/package.json +3 -3
  7. package/types/RenderPipeline/MeshRenderElement.d.ts +1 -3
  8. package/types/RenderPipeline/SpriteElement.d.ts +1 -3
  9. package/types/RenderPipeline/SpriteMaskElement.d.ts +1 -3
  10. package/types/RenderPipeline/TextRenderElement.d.ts +1 -3
  11. package/types/particle/ParticleGenerator.d.ts +0 -2
  12. package/types/particle/modules/ParticleGeneratorModule.d.ts +0 -1
  13. package/types/RenderPipeline/RenderElementX.d.ts +0 -12
  14. package/types/SafeLoopArray.d.ts +0 -37
  15. package/types/Ticker.d.ts +0 -30
  16. package/types/animation/internal/AnimationCurveOwnerLayerData.d.ts +0 -1
  17. package/types/graphic/PrimitiveVertexBinding.d.ts +0 -1
  18. package/types/particle/ParticleData.d.ts +0 -1
  19. package/types/particle/ParticleMesh.d.ts +0 -289
  20. package/types/particle/ParticleShaderDeclaration.d.ts +0 -1
  21. package/types/particle/ParticleShaderMacro.d.ts +0 -1
  22. package/types/particle/ParticleShaderProperty.d.ts +0 -1
  23. package/types/particle/ParticleSystem.d.ts +0 -41
  24. package/types/particle/ParticleVertexElements.d.ts +0 -1
  25. package/types/particle/ParticleVertexUtils.d.ts +0 -1
  26. package/types/particle/enum/ParticleAnimationRowMode.d.ts +0 -9
  27. package/types/particle/enum/ParticleAnimationType.d.ts +0 -9
  28. package/types/particle/enum/ParticleCurveMode.d.ts +0 -13
  29. package/types/particle/enum/ParticleGradientMode.d.ts +0 -13
  30. package/types/particle/enum/ParticleRenderMode.d.ts +0 -17
  31. package/types/particle/enum/ParticleScaleMode.d.ts +0 -11
  32. package/types/particle/enum/ParticleShapeMultiModeValue.d.ts +0 -9
  33. package/types/particle/enum/ParticleShapeType.d.ts +0 -15
  34. package/types/particle/enum/ParticleSimulationSpace.d.ts +0 -9
  35. package/types/particle/enum/index.d.ts +0 -9
  36. package/types/particle/module/Burst.d.ts +0 -38
  37. package/types/particle/module/ColorGradient.d.ts +0 -75
  38. package/types/particle/module/ColorOverLifetimeModule.d.ts +0 -20
  39. package/types/particle/module/EmissionModule.d.ts +0 -63
  40. package/types/particle/module/FrameOverTime.d.ts +0 -73
  41. package/types/particle/module/ParticleCurve.d.ts +0 -37
  42. package/types/particle/module/RotationOverLifetimeModule.d.ts +0 -21
  43. package/types/particle/module/RotationVelocityGradient.d.ts +0 -184
  44. package/types/particle/module/SizeGradient.d.ts +0 -151
  45. package/types/particle/module/SizeOverLifetimeModule.d.ts +0 -21
  46. package/types/particle/module/StartFrame.d.ts +0 -46
  47. package/types/particle/module/TextureSheetAnimationModule.d.ts +0 -37
  48. package/types/particle/module/VelocityGradient.d.ts +0 -110
  49. package/types/particle/module/VelocityOverLifetimeModule.d.ts +0 -22
  50. package/types/particle/module/index.d.ts +0 -15
  51. package/types/particle/module/shape/BaseShape.d.ts +0 -26
  52. package/types/particle/module/shape/BoxShape.d.ts +0 -20
  53. package/types/particle/module/shape/CircleShape.d.ts +0 -27
  54. package/types/particle/module/shape/ConeShape.d.ts +0 -35
  55. package/types/particle/module/shape/HemisphereShape.d.ts +0 -23
  56. package/types/particle/module/shape/ShapeUtils.d.ts +0 -1
  57. package/types/particle/module/shape/SphereShape.d.ts +0 -23
  58. package/types/particle/module/shape/index.d.ts +0 -5
  59. package/types/particle/modules/ShapeModule.d.ts +0 -9
  60. package/types/particle/modules/shape/enums/ParticleShapeMultiModeValue.d.ts +0 -9
  61. package/types/particle/moudules/Burst.d.ts +0 -25
  62. package/types/particle/moudules/Emission.d.ts +0 -47
  63. package/types/particle/moudules/EmissionModule.d.ts +0 -49
  64. package/types/particle/moudules/MainModule.d.ts +0 -59
  65. package/types/particle/moudules/ParticleCurve.d.ts +0 -27
  66. package/types/particle/moudules/ParticleGradient.d.ts +0 -28
  67. package/types/particle/moudules/ShapeModule.d.ts +0 -7
  68. package/types/particle/moudules/shape/BaseShape.d.ts +0 -28
  69. package/types/particle/moudules/shape/BoxShape.d.ts +0 -20
  70. package/types/particle/moudules/shape/CircleShape.d.ts +0 -27
  71. package/types/particle/moudules/shape/ConeShape.d.ts +0 -35
  72. package/types/particle/moudules/shape/HemisphereShape.d.ts +0 -23
  73. package/types/particle/moudules/shape/ShapeUtils.d.ts +0 -1
  74. package/types/particle/moudules/shape/SphereShape.d.ts +0 -23
  75. package/types/particle/moudules/shape/enums/ParticleShapeMultiModeValue.d.ts +0 -9
  76. package/types/particle/moudules/shape/enums/ParticleShapeType.d.ts +0 -15
  77. package/types/particle/moudules/shape/index.d.ts +0 -5
  78. package/types/shadow/PipelinePass.d.ts +0 -16
  79. package/types/utils/BoolUpdateFlag.d.ts +0 -12
  80. package/types/utils/DisorderedArray.d.ts +0 -18
  81. package/types/utils/UpdateFlag.d.ts +0 -20
  82. package/types/utils/UpdateFlagManager.d.ts +0 -1
  83. package/types/utils/Utils.d.ts +0 -31
  84. package/types/xr/XRManager.d.ts +0 -31
  85. package/types/xr/component/XRPoseDriver.d.ts +0 -10
  86. package/types/xr/data/XRCamera.d.ts +0 -6
  87. package/types/xr/data/XRDevice.d.ts +0 -9
  88. package/types/xr/data/XRHandle.d.ts +0 -10
  89. package/types/xr/enum/EnumXRButton.d.ts +0 -5
  90. package/types/xr/enum/EnumXRDevicePhase.d.ts +0 -4
  91. package/types/xr/enum/EnumXRFeature.d.ts +0 -9
  92. package/types/xr/enum/EnumXRInputSource.d.ts +0 -8
  93. package/types/xr/enum/EnumXRMode.d.ts +0 -7
  94. package/types/xr/enum/EnumXRSubsystem.d.ts +0 -4
  95. package/types/xr/enum/EnumXRTrackingMode.d.ts +0 -7
  96. package/types/xr/feature/XRCameraManager.d.ts +0 -21
  97. package/types/xr/feature/XRFeature.d.ts +0 -29
  98. package/types/xr/feature/XRImageTrackManager.d.ts +0 -10
  99. package/types/xr/feature/XRInputManager.d.ts +0 -16
  100. package/types/xr/index.d.ts +0 -18
  101. package/types/xr/provider/XRProvider.d.ts +0 -19
  102. package/types/xr/subsystem/XRInputSubsystem.d.ts +0 -5
  103. package/types/xr/subsystem/XRSubsystem.d.ts +0 -30
package/dist/main.js CHANGED
@@ -13277,7 +13277,8 @@ var /** @internal */ PromiseState;
13277
13277
  url = key ? "" + url + (url.indexOf("?") > -1 ? "&" : "?") + "q=" + key : url;
13278
13278
  promise = this.load({
13279
13279
  url: url,
13280
- type: this._editorResourceConfig[refId].type
13280
+ type: this._editorResourceConfig[refId].type,
13281
+ params: this._editorResourceConfig[refId].params
13281
13282
  });
13282
13283
  }
13283
13284
  return promise.then(function(item) {