class DeformTimeline
package spine
extends CurveTimeline › Timeline
implements SlotTimeline
import spine.Animation
Available with spine plugin
Changes a slot's {@link Slot#getDeform()} to deform a {@link VertexAttachment}.
Static variables
Constructor
Variables
Methods
getAttachment():VertexAttachment
The attachment that will be deformed.
See {@link VertexAttachment#getDeformAttachment()}.
setFrame(frame:Int, time:Float, vertices:FloatArray):Void
Sets the time and vertices for the specified frame.
Parameters:
frame | Between 0 and |
---|---|
time | The frame time in seconds. |
vertices | Vertex positions for an unweighted VertexAttachment, or deform offsets if it has weights. |