UNPKG

@pixi-spine/runtime-3.7

Version:

Pixi runtime for spine 3.7 models

16 lines (14 loc) 326 B
class IkConstraintData { constructor(name) { this.order = 0; this.bones = new Array(); this.bendDirection = 1; this.compress = false; this.stretch = false; this.uniform = false; this.mix = 1; this.name = name; } } export { IkConstraintData }; //# sourceMappingURL=IkConstraintData.mjs.map