CurveTimeline1
The base class for a {@link CurveTimeline} that sets one property.
Static Members
Instance Members
spine
getFrameEntries(): Int
Sets the time and value for the specified frame.
Name |
Type |
Description |
frame |
Int |
Between 0 and frameCount , inclusive. |
time |
Float |
The frame time in seconds. |
value |
Float |
|
Returns the interpolated value for the specified time.
Name |
Type |
Description |
frameCount |
Int |
|
bezierCount |
Int |
The maximum number of Bezier curves. See { |
propertyId |
String |
Unique identifier for the property the timeline modifies. |