class CurveTimeline2
package spine
extends CurveTimeline › Timeline
import spine.Animation
extended by ScaleTimeline, ShearTimeline, TranslateTimeline
Available with spine plugin
The base class for a {@link CurveTimeline} which sets two properties.
Static variables
Constructor
new(frameCount:Int, bezierCount:Int, propertyId1:String, propertyId2:String)
@link #shrink(int)}.
Parameters:
bezierCount | The maximum number of Bezier curves. See { |
---|---|
propertyId1 | Unique identifier for the first property the timeline modifies. |
propertyId2 | Unique identifier for the second property the timeline modifies. |