@galacean/engine-spine 4.2.4 → 4.2.5

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.
@@ -11497,7 +11497,7 @@ SpineMaterial._spineFS = "\n #include <common>\n uniform sampler2D materia
11497
11497
  var primitive = this._primitive;
11498
11498
  if (primitive) {
11499
11499
  primitive._addReferCount(-1);
11500
- primitive._destroy();
11500
+ primitive.destroy();
11501
11501
  this._primitive = null;
11502
11502
  }
11503
11503
  this._resource = null;
@@ -12060,7 +12060,7 @@ for(var key in RendererObject){
12060
12060
  for(var key1 in LoaderObject){
12061
12061
  miniprogram.Loader.registerClass(key1, LoaderObject[key1]);
12062
12062
  }
12063
- var version = "4.2.4";
12063
+ var version = "4.2.5";
12064
12064
  console.log("Galacean spine version: " + version);
12065
12065
 
12066
12066
  exports.AlphaTimeline = AlphaTimeline;
package/dist/module.js CHANGED
@@ -11492,7 +11492,7 @@ SpineMaterial._spineFS = "\n #include <common>\n uniform sampler2D materia
11492
11492
  var primitive = this._primitive;
11493
11493
  if (primitive) {
11494
11494
  primitive._addReferCount(-1);
11495
- primitive._destroy();
11495
+ primitive.destroy();
11496
11496
  this._primitive = null;
11497
11497
  }
11498
11498
  this._resource = null;
@@ -12055,7 +12055,7 @@ for(var key in RendererObject){
12055
12055
  for(var key1 in LoaderObject){
12056
12056
  Loader.registerClass(key1, LoaderObject[key1]);
12057
12057
  }
12058
- var version = "4.2.4";
12058
+ var version = "4.2.5";
12059
12059
  console.log("Galacean spine version: " + version);
12060
12060
 
12061
12061
  export { AlphaTimeline, Animation, AnimationState, AnimationStateAdapter, AnimationStateData, AssetCache, AssetManagerBase, AtlasAttachmentLoader, Attachment, AttachmentTimeline, BinaryInput, BlendMode, Bone, BoneData, BoundingBoxAttachment, CURRENT, ClippingAttachment, Color, ConstraintData, CurveTimeline, CurveTimeline1, CurveTimeline2, DebugUtils, DeformTimeline, Downloader, DrawOrderTimeline, Event, EventData, EventQueue, EventTimeline, EventType, FIRST, FakeTexture, HOLD_FIRST, HOLD_MIX, HOLD_SUBSEQUENT, IkConstraint, IkConstraintData, IkConstraintTimeline, Inherit, InheritTimeline, IntSet, Interpolation, LoaderUtils, MathUtils, MeshAttachment, MixBlend, MixDirection, PathAttachment, PathConstraint, PathConstraintData, PathConstraintMixTimeline, PathConstraintPositionTimeline, PathConstraintSpacingTimeline, Physics, PhysicsConstraintDampingTimeline, PhysicsConstraintGravityTimeline, PhysicsConstraintInertiaTimeline, PhysicsConstraintMassTimeline, PhysicsConstraintMixTimeline, PhysicsConstraintResetTimeline, PhysicsConstraintStrengthTimeline, PhysicsConstraintTimeline, PhysicsConstraintWindTimeline, PointAttachment, Pool, PositionMode, Pow, PowOut, RGB2Timeline, RGBA2Timeline, RGBATimeline, RGBTimeline, RegionAttachment, RotateMode, RotateTimeline, SETUP, SUBSEQUENT, ScaleTimeline, ScaleXTimeline, ScaleYTimeline, SequenceTimeline, ShearTimeline, ShearXTimeline, ShearYTimeline, Skeleton, SkeletonBinary, SkeletonBounds, SkeletonClipping, SkeletonData, SkeletonJson, Skin, SkinEntry, Slot, SlotData, SpacingMode, SpineAnimationRenderer, SpineMaterial, SpineResource, StringSet, Texture, TextureAtlas, TextureAtlasPage, TextureAtlasRegion, TextureFilter, TextureRegion, TextureWrap, TimeKeeper, Timeline, TrackEntry, TransformConstraint, TransformConstraintData, TransformConstraintTimeline, TranslateTimeline, TranslateXTimeline, TranslateYTimeline, Triangulator, Utils, Vector2, VertexAttachment, WindowedMean, version };