@esotericsoftware/spine-core 4.1.24 → 4.1.25
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/package.json +1 -1
- package/dist/Animation.d.ts +0 -382
- package/dist/Animation.js +0 -2052
- package/dist/AnimationState.d.ts +0 -398
- package/dist/AnimationState.js +0 -1096
- package/dist/AnimationStateData.d.ts +0 -51
- package/dist/AnimationStateData.js +0 -70
- package/dist/AssetManagerBase.d.ts +0 -75
- package/dist/AssetManagerBase.js +0 -320
- package/dist/AtlasAttachmentLoader.d.ts +0 -53
- package/dist/AtlasAttachmentLoader.js +0 -95
- package/dist/Bone.d.ts +0 -138
- package/dist/Bone.js +0 -336
- package/dist/BoneData.d.ts +0 -72
- package/dist/BoneData.js +0 -80
- package/dist/ConstraintData.d.ts +0 -35
- package/dist/ConstraintData.js +0 -37
- package/dist/Event.d.ts +0 -44
- package/dist/Event.js +0 -48
- package/dist/EventData.d.ts +0 -41
- package/dist/EventData.js +0 -43
- package/dist/IkConstraint.d.ts +0 -64
- package/dist/IkConstraint.js +0 -296
- package/dist/IkConstraintData.d.ts +0 -56
- package/dist/IkConstraintData.js +0 -63
- package/dist/PathConstraint.d.ts +0 -71
- package/dist/PathConstraint.js +0 -476
- package/dist/PathConstraintData.d.ts +0 -82
- package/dist/PathConstraintData.js +0 -91
- package/dist/Skeleton.d.ts +0 -160
- package/dist/Skeleton.js +0 -580
- package/dist/SkeletonBinary.d.ts +0 -68
- package/dist/SkeletonBinary.js +0 -1172
- package/dist/SkeletonBounds.d.ts +0 -77
- package/dist/SkeletonBounds.js +0 -219
- package/dist/SkeletonClipping.d.ts +0 -50
- package/dist/SkeletonClipping.js +0 -326
- package/dist/SkeletonData.d.ts +0 -114
- package/dist/SkeletonData.js +0 -190
- package/dist/SkeletonJson.d.ts +0 -53
- package/dist/SkeletonJson.js +0 -1027
- package/dist/Skin.d.ts +0 -71
- package/dist/Skin.js +0 -201
- package/dist/Slot.d.ts +0 -69
- package/dist/Slot.js +0 -93
- package/dist/SlotData.d.ts +0 -57
- package/dist/SlotData.js +0 -64
- package/dist/Texture.d.ts +0 -69
- package/dist/Texture.js +0 -73
- package/dist/TextureAtlas.d.ts +0 -67
- package/dist/TextureAtlas.js +0 -263
- package/dist/TransformConstraint.d.ts +0 -60
- package/dist/TransformConstraint.js +0 -247
- package/dist/TransformConstraintData.d.ts +0 -62
- package/dist/TransformConstraintData.js +0 -69
- package/dist/Triangulator.d.ts +0 -43
- package/dist/Triangulator.js +0 -244
- package/dist/Updatable.d.ts +0 -37
- package/dist/Updatable.js +0 -30
- package/dist/Utils.d.ts +0 -168
- package/dist/Utils.js +0 -404
- package/dist/attachments/Attachment.d.ts +0 -72
- package/dist/attachments/Attachment.js +0 -147
- package/dist/attachments/AttachmentLoader.d.ts +0 -54
- package/dist/attachments/AttachmentLoader.js +0 -30
- package/dist/attachments/BoundingBoxAttachment.d.ts +0 -40
- package/dist/attachments/BoundingBoxAttachment.js +0 -48
- package/dist/attachments/ClippingAttachment.d.ts +0 -42
- package/dist/attachments/ClippingAttachment.js +0 -51
- package/dist/attachments/HasTextureRegion.d.ts +0 -44
- package/dist/attachments/HasTextureRegion.js +0 -30
- package/dist/attachments/MeshAttachment.d.ts +0 -79
- package/dist/attachments/MeshAttachment.js +0 -188
- package/dist/attachments/PathAttachment.d.ts +0 -47
- package/dist/attachments/PathAttachment.js +0 -59
- package/dist/attachments/PointAttachment.d.ts +0 -48
- package/dist/attachments/PointAttachment.js +0 -66
- package/dist/attachments/RegionAttachment.d.ts +0 -111
- package/dist/attachments/RegionAttachment.js +0 -215
- package/dist/attachments/Sequence.d.ts +0 -55
- package/dist/attachments/Sequence.js +0 -91
- package/dist/attachments/index.d.ts +0 -8
- package/dist/attachments/index.js +0 -9
- package/dist/iife/spine-core.js +0 -9192
- package/dist/iife/spine-core.js.map +0 -7
- package/dist/iife/spine-core.min.js +0 -2
- package/dist/index.d.ts +0 -39
- package/dist/index.js +0 -40
- package/dist/polyfills.d.ts +0 -29
- package/dist/polyfills.js +0 -39
package/dist/BoneData.d.ts
DELETED
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
/******************************************************************************
|
|
2
|
-
* Spine Runtimes License Agreement
|
|
3
|
-
* Last updated September 24, 2021. Replaces all prior versions.
|
|
4
|
-
*
|
|
5
|
-
* Copyright (c) 2013-2021, Esoteric Software LLC
|
|
6
|
-
*
|
|
7
|
-
* Integration of the Spine Runtimes into software or otherwise creating
|
|
8
|
-
* derivative works of the Spine Runtimes is permitted under the terms and
|
|
9
|
-
* conditions of Section 2 of the Spine Editor License Agreement:
|
|
10
|
-
* http://esotericsoftware.com/spine-editor-license
|
|
11
|
-
*
|
|
12
|
-
* Otherwise, it is permitted to integrate the Spine Runtimes into software
|
|
13
|
-
* or otherwise create derivative works of the Spine Runtimes (collectively,
|
|
14
|
-
* "Products"), provided that each user of the Products must obtain their own
|
|
15
|
-
* Spine Editor license and redistribution of the Products in any form must
|
|
16
|
-
* include this license and copyright notice.
|
|
17
|
-
*
|
|
18
|
-
* THE SPINE RUNTIMES ARE PROVIDED BY ESOTERIC SOFTWARE LLC "AS IS" AND ANY
|
|
19
|
-
* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
20
|
-
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
21
|
-
* DISCLAIMED. IN NO EVENT SHALL ESOTERIC SOFTWARE LLC BE LIABLE FOR ANY
|
|
22
|
-
* DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
23
|
-
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES,
|
|
24
|
-
* BUSINESS INTERRUPTION, OR LOSS OF USE, DATA, OR PROFITS) HOWEVER CAUSED AND
|
|
25
|
-
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
26
|
-
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
|
27
|
-
* THE SPINE RUNTIMES, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
28
|
-
*****************************************************************************/
|
|
29
|
-
import { Color } from "./Utils";
|
|
30
|
-
/** Stores the setup pose for a {@link Bone}. */
|
|
31
|
-
export declare class BoneData {
|
|
32
|
-
/** The index of the bone in {@link Skeleton#getBones()}. */
|
|
33
|
-
index: number;
|
|
34
|
-
/** The name of the bone, which is unique across all bones in the skeleton. */
|
|
35
|
-
name: string;
|
|
36
|
-
/** @returns May be null. */
|
|
37
|
-
parent: BoneData | null;
|
|
38
|
-
/** The bone's length. */
|
|
39
|
-
length: number;
|
|
40
|
-
/** The local x translation. */
|
|
41
|
-
x: number;
|
|
42
|
-
/** The local y translation. */
|
|
43
|
-
y: number;
|
|
44
|
-
/** The local rotation. */
|
|
45
|
-
rotation: number;
|
|
46
|
-
/** The local scaleX. */
|
|
47
|
-
scaleX: number;
|
|
48
|
-
/** The local scaleY. */
|
|
49
|
-
scaleY: number;
|
|
50
|
-
/** The local shearX. */
|
|
51
|
-
shearX: number;
|
|
52
|
-
/** The local shearX. */
|
|
53
|
-
shearY: number;
|
|
54
|
-
/** The transform mode for how parent world transforms affect this bone. */
|
|
55
|
-
transformMode: TransformMode;
|
|
56
|
-
/** When true, {@link Skeleton#updateWorldTransform()} only updates this bone if the {@link Skeleton#skin} contains this
|
|
57
|
-
* bone.
|
|
58
|
-
* @see Skin#bones */
|
|
59
|
-
skinRequired: boolean;
|
|
60
|
-
/** The color of the bone as it was in Spine. Available only when nonessential data was exported. Bones are not usually
|
|
61
|
-
* rendered at runtime. */
|
|
62
|
-
color: Color;
|
|
63
|
-
constructor(index: number, name: string, parent: BoneData | null);
|
|
64
|
-
}
|
|
65
|
-
/** Determines how a bone inherits world transforms from parent bones. */
|
|
66
|
-
export declare enum TransformMode {
|
|
67
|
-
Normal = 0,
|
|
68
|
-
OnlyTranslation = 1,
|
|
69
|
-
NoRotationOrReflection = 2,
|
|
70
|
-
NoScale = 3,
|
|
71
|
-
NoScaleOrReflection = 4
|
|
72
|
-
}
|
package/dist/BoneData.js
DELETED
|
@@ -1,80 +0,0 @@
|
|
|
1
|
-
/******************************************************************************
|
|
2
|
-
* Spine Runtimes License Agreement
|
|
3
|
-
* Last updated September 24, 2021. Replaces all prior versions.
|
|
4
|
-
*
|
|
5
|
-
* Copyright (c) 2013-2021, Esoteric Software LLC
|
|
6
|
-
*
|
|
7
|
-
* Integration of the Spine Runtimes into software or otherwise creating
|
|
8
|
-
* derivative works of the Spine Runtimes is permitted under the terms and
|
|
9
|
-
* conditions of Section 2 of the Spine Editor License Agreement:
|
|
10
|
-
* http://esotericsoftware.com/spine-editor-license
|
|
11
|
-
*
|
|
12
|
-
* Otherwise, it is permitted to integrate the Spine Runtimes into software
|
|
13
|
-
* or otherwise create derivative works of the Spine Runtimes (collectively,
|
|
14
|
-
* "Products"), provided that each user of the Products must obtain their own
|
|
15
|
-
* Spine Editor license and redistribution of the Products in any form must
|
|
16
|
-
* include this license and copyright notice.
|
|
17
|
-
*
|
|
18
|
-
* THE SPINE RUNTIMES ARE PROVIDED BY ESOTERIC SOFTWARE LLC "AS IS" AND ANY
|
|
19
|
-
* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
20
|
-
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
21
|
-
* DISCLAIMED. IN NO EVENT SHALL ESOTERIC SOFTWARE LLC BE LIABLE FOR ANY
|
|
22
|
-
* DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
23
|
-
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES,
|
|
24
|
-
* BUSINESS INTERRUPTION, OR LOSS OF USE, DATA, OR PROFITS) HOWEVER CAUSED AND
|
|
25
|
-
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
26
|
-
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
|
27
|
-
* THE SPINE RUNTIMES, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
28
|
-
*****************************************************************************/
|
|
29
|
-
import { Color } from "./Utils";
|
|
30
|
-
/** Stores the setup pose for a {@link Bone}. */
|
|
31
|
-
export class BoneData {
|
|
32
|
-
constructor(index, name, parent) {
|
|
33
|
-
/** The index of the bone in {@link Skeleton#getBones()}. */
|
|
34
|
-
this.index = 0;
|
|
35
|
-
/** @returns May be null. */
|
|
36
|
-
this.parent = null;
|
|
37
|
-
/** The bone's length. */
|
|
38
|
-
this.length = 0;
|
|
39
|
-
/** The local x translation. */
|
|
40
|
-
this.x = 0;
|
|
41
|
-
/** The local y translation. */
|
|
42
|
-
this.y = 0;
|
|
43
|
-
/** The local rotation. */
|
|
44
|
-
this.rotation = 0;
|
|
45
|
-
/** The local scaleX. */
|
|
46
|
-
this.scaleX = 1;
|
|
47
|
-
/** The local scaleY. */
|
|
48
|
-
this.scaleY = 1;
|
|
49
|
-
/** The local shearX. */
|
|
50
|
-
this.shearX = 0;
|
|
51
|
-
/** The local shearX. */
|
|
52
|
-
this.shearY = 0;
|
|
53
|
-
/** The transform mode for how parent world transforms affect this bone. */
|
|
54
|
-
this.transformMode = TransformMode.Normal;
|
|
55
|
-
/** When true, {@link Skeleton#updateWorldTransform()} only updates this bone if the {@link Skeleton#skin} contains this
|
|
56
|
-
* bone.
|
|
57
|
-
* @see Skin#bones */
|
|
58
|
-
this.skinRequired = false;
|
|
59
|
-
/** The color of the bone as it was in Spine. Available only when nonessential data was exported. Bones are not usually
|
|
60
|
-
* rendered at runtime. */
|
|
61
|
-
this.color = new Color();
|
|
62
|
-
if (index < 0)
|
|
63
|
-
throw new Error("index must be >= 0.");
|
|
64
|
-
if (!name)
|
|
65
|
-
throw new Error("name cannot be null.");
|
|
66
|
-
this.index = index;
|
|
67
|
-
this.name = name;
|
|
68
|
-
this.parent = parent;
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
|
-
/** Determines how a bone inherits world transforms from parent bones. */
|
|
72
|
-
export var TransformMode;
|
|
73
|
-
(function (TransformMode) {
|
|
74
|
-
TransformMode[TransformMode["Normal"] = 0] = "Normal";
|
|
75
|
-
TransformMode[TransformMode["OnlyTranslation"] = 1] = "OnlyTranslation";
|
|
76
|
-
TransformMode[TransformMode["NoRotationOrReflection"] = 2] = "NoRotationOrReflection";
|
|
77
|
-
TransformMode[TransformMode["NoScale"] = 3] = "NoScale";
|
|
78
|
-
TransformMode[TransformMode["NoScaleOrReflection"] = 4] = "NoScaleOrReflection";
|
|
79
|
-
})(TransformMode || (TransformMode = {}));
|
|
80
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiQm9uZURhdGEuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvQm9uZURhdGEudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OzsrRUEyQitFO0FBRS9FLE9BQU8sRUFBRSxLQUFLLEVBQUUsTUFBTSxTQUFTLENBQUM7QUFFaEMsZ0RBQWdEO0FBQ2hELE1BQU0sT0FBTyxRQUFRO0lBOENwQixZQUFhLEtBQWEsRUFBRSxJQUFZLEVBQUUsTUFBdUI7UUE3Q2pFLDREQUE0RDtRQUM1RCxVQUFLLEdBQVcsQ0FBQyxDQUFDO1FBS2xCLDRCQUE0QjtRQUM1QixXQUFNLEdBQW9CLElBQUksQ0FBQztRQUUvQix5QkFBeUI7UUFDekIsV0FBTSxHQUFXLENBQUMsQ0FBQztRQUVuQiwrQkFBK0I7UUFDL0IsTUFBQyxHQUFHLENBQUMsQ0FBQztRQUVOLCtCQUErQjtRQUMvQixNQUFDLEdBQUcsQ0FBQyxDQUFDO1FBRU4sMEJBQTBCO1FBQzFCLGFBQVEsR0FBRyxDQUFDLENBQUM7UUFFYix3QkFBd0I7UUFDeEIsV0FBTSxHQUFHLENBQUMsQ0FBQztRQUVYLHdCQUF3QjtRQUN4QixXQUFNLEdBQUcsQ0FBQyxDQUFDO1FBRVgsd0JBQXdCO1FBQ3hCLFdBQU0sR0FBRyxDQUFDLENBQUM7UUFFWCx3QkFBd0I7UUFDeEIsV0FBTSxHQUFHLENBQUMsQ0FBQztRQUVYLDJFQUEyRTtRQUMzRSxrQkFBYSxHQUFHLGFBQWEsQ0FBQyxNQUFNLENBQUM7UUFFckM7OzhCQUVzQjtRQUN0QixpQkFBWSxHQUFHLEtBQUssQ0FBQztRQUVyQjtrQ0FDMEI7UUFDMUIsVUFBSyxHQUFHLElBQUksS0FBSyxFQUFFLENBQUM7UUFHbkIsSUFBSSxLQUFLLEdBQUcsQ0FBQztZQUFFLE1BQU0sSUFBSSxLQUFLLENBQUMscUJBQXFCLENBQUMsQ0FBQztRQUN0RCxJQUFJLENBQUMsSUFBSTtZQUFFLE1BQU0sSUFBSSxLQUFLLENBQUMsc0JBQXNCLENBQUMsQ0FBQztRQUNuRCxJQUFJLENBQUMsS0FBSyxHQUFHLEtBQUssQ0FBQztRQUNuQixJQUFJLENBQUMsSUFBSSxHQUFHLElBQUksQ0FBQztRQUNqQixJQUFJLENBQUMsTUFBTSxHQUFHLE1BQU0sQ0FBQztJQUN0QixDQUFDO0NBQ0Q7QUFFRCx5RUFBeUU7QUFDekUsTUFBTSxDQUFOLElBQVksYUFBK0Y7QUFBM0csV0FBWSxhQUFhO0lBQUcscURBQU0sQ0FBQTtJQUFFLHVFQUFlLENBQUE7SUFBRSxxRkFBc0IsQ0FBQTtJQUFFLHVEQUFPLENBQUE7SUFBRSwrRUFBbUIsQ0FBQTtBQUFDLENBQUMsRUFBL0YsYUFBYSxLQUFiLGFBQWEsUUFBa0YifQ==
|
package/dist/ConstraintData.d.ts
DELETED
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
/******************************************************************************
|
|
2
|
-
* Spine Runtimes License Agreement
|
|
3
|
-
* Last updated September 24, 2021. Replaces all prior versions.
|
|
4
|
-
*
|
|
5
|
-
* Copyright (c) 2013-2021, Esoteric Software LLC
|
|
6
|
-
*
|
|
7
|
-
* Integration of the Spine Runtimes into software or otherwise creating
|
|
8
|
-
* derivative works of the Spine Runtimes is permitted under the terms and
|
|
9
|
-
* conditions of Section 2 of the Spine Editor License Agreement:
|
|
10
|
-
* http://esotericsoftware.com/spine-editor-license
|
|
11
|
-
*
|
|
12
|
-
* Otherwise, it is permitted to integrate the Spine Runtimes into software
|
|
13
|
-
* or otherwise create derivative works of the Spine Runtimes (collectively,
|
|
14
|
-
* "Products"), provided that each user of the Products must obtain their own
|
|
15
|
-
* Spine Editor license and redistribution of the Products in any form must
|
|
16
|
-
* include this license and copyright notice.
|
|
17
|
-
*
|
|
18
|
-
* THE SPINE RUNTIMES ARE PROVIDED BY ESOTERIC SOFTWARE LLC "AS IS" AND ANY
|
|
19
|
-
* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
20
|
-
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
21
|
-
* DISCLAIMED. IN NO EVENT SHALL ESOTERIC SOFTWARE LLC BE LIABLE FOR ANY
|
|
22
|
-
* DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
23
|
-
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES,
|
|
24
|
-
* BUSINESS INTERRUPTION, OR LOSS OF USE, DATA, OR PROFITS) HOWEVER CAUSED AND
|
|
25
|
-
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
26
|
-
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
|
27
|
-
* THE SPINE RUNTIMES, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
28
|
-
*****************************************************************************/
|
|
29
|
-
/** The base class for all constraint datas. */
|
|
30
|
-
export declare abstract class ConstraintData {
|
|
31
|
-
name: string;
|
|
32
|
-
order: number;
|
|
33
|
-
skinRequired: boolean;
|
|
34
|
-
constructor(name: string, order: number, skinRequired: boolean);
|
|
35
|
-
}
|
package/dist/ConstraintData.js
DELETED
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
/******************************************************************************
|
|
2
|
-
* Spine Runtimes License Agreement
|
|
3
|
-
* Last updated September 24, 2021. Replaces all prior versions.
|
|
4
|
-
*
|
|
5
|
-
* Copyright (c) 2013-2021, Esoteric Software LLC
|
|
6
|
-
*
|
|
7
|
-
* Integration of the Spine Runtimes into software or otherwise creating
|
|
8
|
-
* derivative works of the Spine Runtimes is permitted under the terms and
|
|
9
|
-
* conditions of Section 2 of the Spine Editor License Agreement:
|
|
10
|
-
* http://esotericsoftware.com/spine-editor-license
|
|
11
|
-
*
|
|
12
|
-
* Otherwise, it is permitted to integrate the Spine Runtimes into software
|
|
13
|
-
* or otherwise create derivative works of the Spine Runtimes (collectively,
|
|
14
|
-
* "Products"), provided that each user of the Products must obtain their own
|
|
15
|
-
* Spine Editor license and redistribution of the Products in any form must
|
|
16
|
-
* include this license and copyright notice.
|
|
17
|
-
*
|
|
18
|
-
* THE SPINE RUNTIMES ARE PROVIDED BY ESOTERIC SOFTWARE LLC "AS IS" AND ANY
|
|
19
|
-
* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
20
|
-
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
21
|
-
* DISCLAIMED. IN NO EVENT SHALL ESOTERIC SOFTWARE LLC BE LIABLE FOR ANY
|
|
22
|
-
* DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
23
|
-
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES,
|
|
24
|
-
* BUSINESS INTERRUPTION, OR LOSS OF USE, DATA, OR PROFITS) HOWEVER CAUSED AND
|
|
25
|
-
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
26
|
-
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
|
27
|
-
* THE SPINE RUNTIMES, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
28
|
-
*****************************************************************************/
|
|
29
|
-
/** The base class for all constraint datas. */
|
|
30
|
-
export class ConstraintData {
|
|
31
|
-
constructor(name, order, skinRequired) {
|
|
32
|
-
this.name = name;
|
|
33
|
-
this.order = order;
|
|
34
|
-
this.skinRequired = skinRequired;
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiQ29uc3RyYWludERhdGEuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvQ29uc3RyYWludERhdGEudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OzsrRUEyQitFO0FBRS9FLCtDQUErQztBQUMvQyxNQUFNLE9BQWdCLGNBQWM7SUFDbkMsWUFBb0IsSUFBWSxFQUFTLEtBQWEsRUFBUyxZQUFxQjtRQUFoRSxTQUFJLEdBQUosSUFBSSxDQUFRO1FBQVMsVUFBSyxHQUFMLEtBQUssQ0FBUTtRQUFTLGlCQUFZLEdBQVosWUFBWSxDQUFTO0lBQUksQ0FBQztDQUN6RiJ9
|
package/dist/Event.d.ts
DELETED
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
/******************************************************************************
|
|
2
|
-
* Spine Runtimes License Agreement
|
|
3
|
-
* Last updated September 24, 2021. Replaces all prior versions.
|
|
4
|
-
*
|
|
5
|
-
* Copyright (c) 2013-2021, Esoteric Software LLC
|
|
6
|
-
*
|
|
7
|
-
* Integration of the Spine Runtimes into software or otherwise creating
|
|
8
|
-
* derivative works of the Spine Runtimes is permitted under the terms and
|
|
9
|
-
* conditions of Section 2 of the Spine Editor License Agreement:
|
|
10
|
-
* http://esotericsoftware.com/spine-editor-license
|
|
11
|
-
*
|
|
12
|
-
* Otherwise, it is permitted to integrate the Spine Runtimes into software
|
|
13
|
-
* or otherwise create derivative works of the Spine Runtimes (collectively,
|
|
14
|
-
* "Products"), provided that each user of the Products must obtain their own
|
|
15
|
-
* Spine Editor license and redistribution of the Products in any form must
|
|
16
|
-
* include this license and copyright notice.
|
|
17
|
-
*
|
|
18
|
-
* THE SPINE RUNTIMES ARE PROVIDED BY ESOTERIC SOFTWARE LLC "AS IS" AND ANY
|
|
19
|
-
* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
20
|
-
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
21
|
-
* DISCLAIMED. IN NO EVENT SHALL ESOTERIC SOFTWARE LLC BE LIABLE FOR ANY
|
|
22
|
-
* DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
23
|
-
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES,
|
|
24
|
-
* BUSINESS INTERRUPTION, OR LOSS OF USE, DATA, OR PROFITS) HOWEVER CAUSED AND
|
|
25
|
-
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
26
|
-
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
|
27
|
-
* THE SPINE RUNTIMES, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
28
|
-
*****************************************************************************/
|
|
29
|
-
import { EventData } from "./EventData";
|
|
30
|
-
/** Stores the current pose values for an {@link Event}.
|
|
31
|
-
*
|
|
32
|
-
* See Timeline {@link Timeline#apply()},
|
|
33
|
-
* AnimationStateListener {@link AnimationStateListener#event()}, and
|
|
34
|
-
* [Events](http://esotericsoftware.com/spine-events) in the Spine User Guide. */
|
|
35
|
-
export declare class Event {
|
|
36
|
-
data: EventData;
|
|
37
|
-
intValue: number;
|
|
38
|
-
floatValue: number;
|
|
39
|
-
stringValue: string | null;
|
|
40
|
-
time: number;
|
|
41
|
-
volume: number;
|
|
42
|
-
balance: number;
|
|
43
|
-
constructor(time: number, data: EventData);
|
|
44
|
-
}
|
package/dist/Event.js
DELETED
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
/******************************************************************************
|
|
2
|
-
* Spine Runtimes License Agreement
|
|
3
|
-
* Last updated September 24, 2021. Replaces all prior versions.
|
|
4
|
-
*
|
|
5
|
-
* Copyright (c) 2013-2021, Esoteric Software LLC
|
|
6
|
-
*
|
|
7
|
-
* Integration of the Spine Runtimes into software or otherwise creating
|
|
8
|
-
* derivative works of the Spine Runtimes is permitted under the terms and
|
|
9
|
-
* conditions of Section 2 of the Spine Editor License Agreement:
|
|
10
|
-
* http://esotericsoftware.com/spine-editor-license
|
|
11
|
-
*
|
|
12
|
-
* Otherwise, it is permitted to integrate the Spine Runtimes into software
|
|
13
|
-
* or otherwise create derivative works of the Spine Runtimes (collectively,
|
|
14
|
-
* "Products"), provided that each user of the Products must obtain their own
|
|
15
|
-
* Spine Editor license and redistribution of the Products in any form must
|
|
16
|
-
* include this license and copyright notice.
|
|
17
|
-
*
|
|
18
|
-
* THE SPINE RUNTIMES ARE PROVIDED BY ESOTERIC SOFTWARE LLC "AS IS" AND ANY
|
|
19
|
-
* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
20
|
-
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
21
|
-
* DISCLAIMED. IN NO EVENT SHALL ESOTERIC SOFTWARE LLC BE LIABLE FOR ANY
|
|
22
|
-
* DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
23
|
-
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES,
|
|
24
|
-
* BUSINESS INTERRUPTION, OR LOSS OF USE, DATA, OR PROFITS) HOWEVER CAUSED AND
|
|
25
|
-
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
26
|
-
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
|
27
|
-
* THE SPINE RUNTIMES, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
28
|
-
*****************************************************************************/
|
|
29
|
-
/** Stores the current pose values for an {@link Event}.
|
|
30
|
-
*
|
|
31
|
-
* See Timeline {@link Timeline#apply()},
|
|
32
|
-
* AnimationStateListener {@link AnimationStateListener#event()}, and
|
|
33
|
-
* [Events](http://esotericsoftware.com/spine-events) in the Spine User Guide. */
|
|
34
|
-
export class Event {
|
|
35
|
-
constructor(time, data) {
|
|
36
|
-
this.intValue = 0;
|
|
37
|
-
this.floatValue = 0;
|
|
38
|
-
this.stringValue = null;
|
|
39
|
-
this.time = 0;
|
|
40
|
-
this.volume = 0;
|
|
41
|
-
this.balance = 0;
|
|
42
|
-
if (!data)
|
|
43
|
-
throw new Error("data cannot be null.");
|
|
44
|
-
this.time = time;
|
|
45
|
-
this.data = data;
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiRXZlbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvRXZlbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OzsrRUEyQitFO0FBSS9FOzs7O2lGQUlpRjtBQUNqRixNQUFNLE9BQU8sS0FBSztJQVNqQixZQUFhLElBQVksRUFBRSxJQUFlO1FBUDFDLGFBQVEsR0FBVyxDQUFDLENBQUM7UUFDckIsZUFBVSxHQUFXLENBQUMsQ0FBQztRQUN2QixnQkFBVyxHQUFrQixJQUFJLENBQUM7UUFDbEMsU0FBSSxHQUFXLENBQUMsQ0FBQztRQUNqQixXQUFNLEdBQVcsQ0FBQyxDQUFDO1FBQ25CLFlBQU8sR0FBVyxDQUFDLENBQUM7UUFHbkIsSUFBSSxDQUFDLElBQUk7WUFBRSxNQUFNLElBQUksS0FBSyxDQUFDLHNCQUFzQixDQUFDLENBQUM7UUFDbkQsSUFBSSxDQUFDLElBQUksR0FBRyxJQUFJLENBQUM7UUFDakIsSUFBSSxDQUFDLElBQUksR0FBRyxJQUFJLENBQUM7SUFDbEIsQ0FBQztDQUNEIn0=
|
package/dist/EventData.d.ts
DELETED
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
/******************************************************************************
|
|
2
|
-
* Spine Runtimes License Agreement
|
|
3
|
-
* Last updated September 24, 2021. Replaces all prior versions.
|
|
4
|
-
*
|
|
5
|
-
* Copyright (c) 2013-2021, Esoteric Software LLC
|
|
6
|
-
*
|
|
7
|
-
* Integration of the Spine Runtimes into software or otherwise creating
|
|
8
|
-
* derivative works of the Spine Runtimes is permitted under the terms and
|
|
9
|
-
* conditions of Section 2 of the Spine Editor License Agreement:
|
|
10
|
-
* http://esotericsoftware.com/spine-editor-license
|
|
11
|
-
*
|
|
12
|
-
* Otherwise, it is permitted to integrate the Spine Runtimes into software
|
|
13
|
-
* or otherwise create derivative works of the Spine Runtimes (collectively,
|
|
14
|
-
* "Products"), provided that each user of the Products must obtain their own
|
|
15
|
-
* Spine Editor license and redistribution of the Products in any form must
|
|
16
|
-
* include this license and copyright notice.
|
|
17
|
-
*
|
|
18
|
-
* THE SPINE RUNTIMES ARE PROVIDED BY ESOTERIC SOFTWARE LLC "AS IS" AND ANY
|
|
19
|
-
* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
20
|
-
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
21
|
-
* DISCLAIMED. IN NO EVENT SHALL ESOTERIC SOFTWARE LLC BE LIABLE FOR ANY
|
|
22
|
-
* DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
23
|
-
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES,
|
|
24
|
-
* BUSINESS INTERRUPTION, OR LOSS OF USE, DATA, OR PROFITS) HOWEVER CAUSED AND
|
|
25
|
-
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
26
|
-
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
|
27
|
-
* THE SPINE RUNTIMES, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
28
|
-
*****************************************************************************/
|
|
29
|
-
/** Stores the setup pose values for an {@link Event}.
|
|
30
|
-
*
|
|
31
|
-
* See [Events](http://esotericsoftware.com/spine-events) in the Spine User Guide. */
|
|
32
|
-
export declare class EventData {
|
|
33
|
-
name: string;
|
|
34
|
-
intValue: number;
|
|
35
|
-
floatValue: number;
|
|
36
|
-
stringValue: string | null;
|
|
37
|
-
audioPath: string | null;
|
|
38
|
-
volume: number;
|
|
39
|
-
balance: number;
|
|
40
|
-
constructor(name: string);
|
|
41
|
-
}
|
package/dist/EventData.js
DELETED
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
/******************************************************************************
|
|
2
|
-
* Spine Runtimes License Agreement
|
|
3
|
-
* Last updated September 24, 2021. Replaces all prior versions.
|
|
4
|
-
*
|
|
5
|
-
* Copyright (c) 2013-2021, Esoteric Software LLC
|
|
6
|
-
*
|
|
7
|
-
* Integration of the Spine Runtimes into software or otherwise creating
|
|
8
|
-
* derivative works of the Spine Runtimes is permitted under the terms and
|
|
9
|
-
* conditions of Section 2 of the Spine Editor License Agreement:
|
|
10
|
-
* http://esotericsoftware.com/spine-editor-license
|
|
11
|
-
*
|
|
12
|
-
* Otherwise, it is permitted to integrate the Spine Runtimes into software
|
|
13
|
-
* or otherwise create derivative works of the Spine Runtimes (collectively,
|
|
14
|
-
* "Products"), provided that each user of the Products must obtain their own
|
|
15
|
-
* Spine Editor license and redistribution of the Products in any form must
|
|
16
|
-
* include this license and copyright notice.
|
|
17
|
-
*
|
|
18
|
-
* THE SPINE RUNTIMES ARE PROVIDED BY ESOTERIC SOFTWARE LLC "AS IS" AND ANY
|
|
19
|
-
* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
20
|
-
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
21
|
-
* DISCLAIMED. IN NO EVENT SHALL ESOTERIC SOFTWARE LLC BE LIABLE FOR ANY
|
|
22
|
-
* DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
23
|
-
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES,
|
|
24
|
-
* BUSINESS INTERRUPTION, OR LOSS OF USE, DATA, OR PROFITS) HOWEVER CAUSED AND
|
|
25
|
-
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
26
|
-
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
|
27
|
-
* THE SPINE RUNTIMES, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
28
|
-
*****************************************************************************/
|
|
29
|
-
/** Stores the setup pose values for an {@link Event}.
|
|
30
|
-
*
|
|
31
|
-
* See [Events](http://esotericsoftware.com/spine-events) in the Spine User Guide. */
|
|
32
|
-
export class EventData {
|
|
33
|
-
constructor(name) {
|
|
34
|
-
this.intValue = 0;
|
|
35
|
-
this.floatValue = 0;
|
|
36
|
-
this.stringValue = null;
|
|
37
|
-
this.audioPath = null;
|
|
38
|
-
this.volume = 0;
|
|
39
|
-
this.balance = 0;
|
|
40
|
-
this.name = name;
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiRXZlbnREYXRhLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vc3JjL0V2ZW50RGF0YS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OytFQTJCK0U7QUFFL0U7O3FGQUVxRjtBQUNyRixNQUFNLE9BQU8sU0FBUztJQVNyQixZQUFhLElBQVk7UUFQekIsYUFBUSxHQUFXLENBQUMsQ0FBQztRQUNyQixlQUFVLEdBQVcsQ0FBQyxDQUFDO1FBQ3ZCLGdCQUFXLEdBQWtCLElBQUksQ0FBQztRQUNsQyxjQUFTLEdBQWtCLElBQUksQ0FBQztRQUNoQyxXQUFNLEdBQVcsQ0FBQyxDQUFDO1FBQ25CLFlBQU8sR0FBVyxDQUFDLENBQUM7UUFHbkIsSUFBSSxDQUFDLElBQUksR0FBRyxJQUFJLENBQUM7SUFDbEIsQ0FBQztDQUNEIn0=
|
package/dist/IkConstraint.d.ts
DELETED
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
/******************************************************************************
|
|
2
|
-
* Spine Runtimes License Agreement
|
|
3
|
-
* Last updated September 24, 2021. Replaces all prior versions.
|
|
4
|
-
*
|
|
5
|
-
* Copyright (c) 2013-2021, Esoteric Software LLC
|
|
6
|
-
*
|
|
7
|
-
* Integration of the Spine Runtimes into software or otherwise creating
|
|
8
|
-
* derivative works of the Spine Runtimes is permitted under the terms and
|
|
9
|
-
* conditions of Section 2 of the Spine Editor License Agreement:
|
|
10
|
-
* http://esotericsoftware.com/spine-editor-license
|
|
11
|
-
*
|
|
12
|
-
* Otherwise, it is permitted to integrate the Spine Runtimes into software
|
|
13
|
-
* or otherwise create derivative works of the Spine Runtimes (collectively,
|
|
14
|
-
* "Products"), provided that each user of the Products must obtain their own
|
|
15
|
-
* Spine Editor license and redistribution of the Products in any form must
|
|
16
|
-
* include this license and copyright notice.
|
|
17
|
-
*
|
|
18
|
-
* THE SPINE RUNTIMES ARE PROVIDED BY ESOTERIC SOFTWARE LLC "AS IS" AND ANY
|
|
19
|
-
* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
20
|
-
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
21
|
-
* DISCLAIMED. IN NO EVENT SHALL ESOTERIC SOFTWARE LLC BE LIABLE FOR ANY
|
|
22
|
-
* DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
23
|
-
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES,
|
|
24
|
-
* BUSINESS INTERRUPTION, OR LOSS OF USE, DATA, OR PROFITS) HOWEVER CAUSED AND
|
|
25
|
-
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
26
|
-
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
|
27
|
-
* THE SPINE RUNTIMES, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
28
|
-
*****************************************************************************/
|
|
29
|
-
import { Bone } from "./Bone";
|
|
30
|
-
import { IkConstraintData } from "./IkConstraintData";
|
|
31
|
-
import { Skeleton } from "./Skeleton";
|
|
32
|
-
import { Updatable } from "./Updatable";
|
|
33
|
-
/** Stores the current pose for an IK constraint. An IK constraint adjusts the rotation of 1 or 2 constrained bones so the tip of
|
|
34
|
-
* the last bone is as close to the target bone as possible.
|
|
35
|
-
*
|
|
36
|
-
* See [IK constraints](http://esotericsoftware.com/spine-ik-constraints) in the Spine User Guide. */
|
|
37
|
-
export declare class IkConstraint implements Updatable {
|
|
38
|
-
/** The IK constraint's setup pose data. */
|
|
39
|
-
data: IkConstraintData;
|
|
40
|
-
/** The bones that will be modified by this IK constraint. */
|
|
41
|
-
bones: Array<Bone>;
|
|
42
|
-
/** The bone that is the IK target. */
|
|
43
|
-
target: Bone;
|
|
44
|
-
/** Controls the bend direction of the IK bones, either 1 or -1. */
|
|
45
|
-
bendDirection: number;
|
|
46
|
-
/** When true and only a single bone is being constrained, if the target is too close, the bone is scaled to reach it. */
|
|
47
|
-
compress: boolean;
|
|
48
|
-
/** When true, if the target is out of range, the parent bone is scaled to reach it. If more than one bone is being constrained
|
|
49
|
-
* and the parent bone has local nonuniform scale, stretch is not applied. */
|
|
50
|
-
stretch: boolean;
|
|
51
|
-
/** A percentage (0-1) that controls the mix between the constrained and unconstrained rotations. */
|
|
52
|
-
mix: number;
|
|
53
|
-
/** For two bone IK, the distance from the maximum reach of the bones that rotation will slow. */
|
|
54
|
-
softness: number;
|
|
55
|
-
active: boolean;
|
|
56
|
-
constructor(data: IkConstraintData, skeleton: Skeleton);
|
|
57
|
-
isActive(): boolean;
|
|
58
|
-
update(): void;
|
|
59
|
-
/** Applies 1 bone IK. The target is specified in the world coordinate system. */
|
|
60
|
-
apply1(bone: Bone, targetX: number, targetY: number, compress: boolean, stretch: boolean, uniform: boolean, alpha: number): void;
|
|
61
|
-
/** Applies 2 bone IK. The target is specified in the world coordinate system.
|
|
62
|
-
* @param child A direct descendant of the parent bone. */
|
|
63
|
-
apply2(parent: Bone, child: Bone, targetX: number, targetY: number, bendDir: number, stretch: boolean, uniform: boolean, softness: number, alpha: number): void;
|
|
64
|
-
}
|