UNPKG

@pixi-spine/runtime-3.7

Version:

Pixi runtime for spine 3.7 models

18 lines (14 loc) 447 B
'use strict'; var Attachment = require('./Attachment.js'); var base = require('@pixi-spine/base'); class ClippingAttachment extends Attachment.VertexAttachment { // ce3a3aff constructor(name) { super(name); this.type = base.AttachmentType.Clipping; // Nonessential. this.color = new base.Color(0.2275, 0.2275, 0.8078, 1); } } exports.ClippingAttachment = ClippingAttachment; //# sourceMappingURL=ClippingAttachment.js.map