LayerTimeline

class LayerTimeline(val id: String)

Constructors

Link copied to clipboard
constructor(id: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: String
Link copied to clipboard
var meld: Float

Functions

Link copied to clipboard
Link copied to clipboard
fun findInterpolationValuesFromAllValidTimes(targetValue: Long, sortedList: List<Long>): InterpolationResult?

Finds the two values in a sorted list that a target value falls between, and calculates the fractional distance between them.