{"version":3,"file":"PathAttachment.mjs","sources":["../../../src/core/attachments/PathAttachment.ts"],"sourcesContent":["import { VertexAttachment } from './Attachment';\nimport { AttachmentType, Color } from '@pixi-spine/base';\n\n/**\n * @public\n */\nexport class PathAttachment extends VertexAttachment {\n    type = AttachmentType.Path;\n    lengths: Array<number>;\n    closed = false;\n    constantSpeed = false;\n    color = new Color(1, 1, 1, 1);\n\n    constructor(name: string) {\n        super(name);\n    }\n}\n"],"names":[],"mappings":";;;AAMO,MAAM,uBAAuB,gBAAiB,CAAA;AAAA,EAOjD,YAAY,IAAc,EAAA;AACtB,IAAA,KAAA,CAAM,IAAI,CAAA,CAAA;AAPd,IAAA,IAAA,CAAA,IAAA,GAAO,cAAe,CAAA,IAAA,CAAA;AAEtB,IAAS,IAAA,CAAA,MAAA,GAAA,KAAA,CAAA;AACT,IAAgB,IAAA,CAAA,aAAA,GAAA,KAAA,CAAA;AAChB,IAAA,IAAA,CAAA,KAAA,GAAQ,IAAI,KAAA,CAAM,CAAG,EAAA,CAAA,EAAG,GAAG,CAAC,CAAA,CAAA;AAAA,GAI5B;AACJ;;;;"}