@esotericsoftware/spine-core 4.2.28 → 4.2.30
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.
- package/dist/Animation.d.ts +7 -7
- package/dist/Animation.js +8 -8
- package/dist/IkConstraint.js +3 -3
- package/dist/PhysicsConstraint.js +1 -1
- package/dist/PhysicsConstraintData.js +1 -1
- package/dist/Skeleton.js +2 -2
- package/dist/SkeletonBinary.js +185 -83
- package/dist/Utils.js +1 -1
- package/dist/iife/spine-core.js +228 -91
- package/dist/iife/spine-core.js.map +3 -3
- package/dist/iife/spine-core.min.js +2 -2
- package/package.json +1 -1
package/dist/Animation.d.ts
CHANGED
|
@@ -387,7 +387,7 @@ export declare abstract class PhysicsConstraintTimeline extends CurveTimeline1 {
|
|
|
387
387
|
}
|
|
388
388
|
/** Changes a physics constraint's {@link PhysicsConstraint#getInertia()}. */
|
|
389
389
|
export declare class PhysicsConstraintInertiaTimeline extends PhysicsConstraintTimeline {
|
|
390
|
-
constructor(frameCount: number, bezierCount: number, physicsConstraintIndex: number
|
|
390
|
+
constructor(frameCount: number, bezierCount: number, physicsConstraintIndex: number);
|
|
391
391
|
setup(constraint: PhysicsConstraint): number;
|
|
392
392
|
get(constraint: PhysicsConstraint): number;
|
|
393
393
|
set(constraint: PhysicsConstraint, value: number): void;
|
|
@@ -395,7 +395,7 @@ export declare class PhysicsConstraintInertiaTimeline extends PhysicsConstraintT
|
|
|
395
395
|
}
|
|
396
396
|
/** Changes a physics constraint's {@link PhysicsConstraint#getStrength()}. */
|
|
397
397
|
export declare class PhysicsConstraintStrengthTimeline extends PhysicsConstraintTimeline {
|
|
398
|
-
constructor(frameCount: number, bezierCount: number, physicsConstraintIndex: number
|
|
398
|
+
constructor(frameCount: number, bezierCount: number, physicsConstraintIndex: number);
|
|
399
399
|
setup(constraint: PhysicsConstraint): number;
|
|
400
400
|
get(constraint: PhysicsConstraint): number;
|
|
401
401
|
set(constraint: PhysicsConstraint, value: number): void;
|
|
@@ -403,7 +403,7 @@ export declare class PhysicsConstraintStrengthTimeline extends PhysicsConstraint
|
|
|
403
403
|
}
|
|
404
404
|
/** Changes a physics constraint's {@link PhysicsConstraint#getDamping()}. */
|
|
405
405
|
export declare class PhysicsConstraintDampingTimeline extends PhysicsConstraintTimeline {
|
|
406
|
-
constructor(frameCount: number, bezierCount: number, physicsConstraintIndex: number
|
|
406
|
+
constructor(frameCount: number, bezierCount: number, physicsConstraintIndex: number);
|
|
407
407
|
setup(constraint: PhysicsConstraint): number;
|
|
408
408
|
get(constraint: PhysicsConstraint): number;
|
|
409
409
|
set(constraint: PhysicsConstraint, value: number): void;
|
|
@@ -411,7 +411,7 @@ export declare class PhysicsConstraintDampingTimeline extends PhysicsConstraintT
|
|
|
411
411
|
}
|
|
412
412
|
/** Changes a physics constraint's {@link PhysicsConstraint#getMassInverse()}. The timeline values are not inverted. */
|
|
413
413
|
export declare class PhysicsConstraintMassTimeline extends PhysicsConstraintTimeline {
|
|
414
|
-
constructor(frameCount: number, bezierCount: number, physicsConstraintIndex: number
|
|
414
|
+
constructor(frameCount: number, bezierCount: number, physicsConstraintIndex: number);
|
|
415
415
|
setup(constraint: PhysicsConstraint): number;
|
|
416
416
|
get(constraint: PhysicsConstraint): number;
|
|
417
417
|
set(constraint: PhysicsConstraint, value: number): void;
|
|
@@ -419,7 +419,7 @@ export declare class PhysicsConstraintMassTimeline extends PhysicsConstraintTime
|
|
|
419
419
|
}
|
|
420
420
|
/** Changes a physics constraint's {@link PhysicsConstraint#getWind()}. */
|
|
421
421
|
export declare class PhysicsConstraintWindTimeline extends PhysicsConstraintTimeline {
|
|
422
|
-
constructor(frameCount: number, bezierCount: number, physicsConstraintIndex: number
|
|
422
|
+
constructor(frameCount: number, bezierCount: number, physicsConstraintIndex: number);
|
|
423
423
|
setup(constraint: PhysicsConstraint): number;
|
|
424
424
|
get(constraint: PhysicsConstraint): number;
|
|
425
425
|
set(constraint: PhysicsConstraint, value: number): void;
|
|
@@ -427,7 +427,7 @@ export declare class PhysicsConstraintWindTimeline extends PhysicsConstraintTime
|
|
|
427
427
|
}
|
|
428
428
|
/** Changes a physics constraint's {@link PhysicsConstraint#getGravity()}. */
|
|
429
429
|
export declare class PhysicsConstraintGravityTimeline extends PhysicsConstraintTimeline {
|
|
430
|
-
constructor(frameCount: number, bezierCount: number, physicsConstraintIndex: number
|
|
430
|
+
constructor(frameCount: number, bezierCount: number, physicsConstraintIndex: number);
|
|
431
431
|
setup(constraint: PhysicsConstraint): number;
|
|
432
432
|
get(constraint: PhysicsConstraint): number;
|
|
433
433
|
set(constraint: PhysicsConstraint, value: number): void;
|
|
@@ -435,7 +435,7 @@ export declare class PhysicsConstraintGravityTimeline extends PhysicsConstraintT
|
|
|
435
435
|
}
|
|
436
436
|
/** Changes a physics constraint's {@link PhysicsConstraint#getMix()}. */
|
|
437
437
|
export declare class PhysicsConstraintMixTimeline extends PhysicsConstraintTimeline {
|
|
438
|
-
constructor(frameCount: number, bezierCount: number, physicsConstraintIndex: number
|
|
438
|
+
constructor(frameCount: number, bezierCount: number, physicsConstraintIndex: number);
|
|
439
439
|
setup(constraint: PhysicsConstraint): number;
|
|
440
440
|
get(constraint: PhysicsConstraint): number;
|
|
441
441
|
set(constraint: PhysicsConstraint, value: number): void;
|