CurveTimeline2
Timeline → CurveTimeline → spine.CurveTimeline2 (Class) → ScaleTimeline, ShearTimeline, TranslateTimeline
The base class for a {@link CurveTimeline} which sets two properties.
Static Members
Instance Members
Returns |
---|
Int |
Sets the time and values for the specified frame.
Name | Type | Description |
---|---|---|
frame |
Int | Between 0 and frameCount , inclusive. |
time |
Float | The frame time in seconds. |
value1 |
Float | |
value2 |
Float |
Name | Type | Description |
---|---|---|
frameCount |
Int | |
bezierCount |
Int | The maximum number of Bezier curves. See { |
propertyId1 |
String | Unique identifier for the first property the timeline modifies. |
propertyId2 |
String | Unique identifier for the second property the timeline modifies. |