class PathAttachment
package spine.attachments
extends VertexAttachment › Attachment
Available with spine plugin
An attachment whose vertices make up a composite Bezier curve.
See {@link PathConstraint} and Paths in the Spine User Guide.
Constructor
Variables
Methods
getConstantSpeed():Bool
If true, additional calculations are performed to make computing positions along the path more accurate and movement along the path have a constant speed.
getLengths():FloatArray
The lengths along the path in the setup pose from the start of the path to the end of each Bezier curve.
getColor():Color
The color of the path as it was in Spine, or a default color if nonessential data was not exported. Paths are not usually rendered at runtime.