Envelope

class Envelope(var restValue: Double = 0.0, var targetValue: Double = 1.0, var attack: Double = 0.3, var decay: Double = 0.5, var easingFactor: Double = 0.3, var reTrigger: Boolean = false) : TimeTools(source)

Constructors

Link copied to clipboard
constructor(restValue: Double = 0.0, targetValue: Double = 1.0, attack: Double = 0.3, decay: Double = 0.5, easingFactor: Double = 0.3, reTrigger: Boolean = false)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun tick(seconds: Double, deltaTime: Double, frameCount: Int)
Link copied to clipboard
fun trigger(value: Double = targetValue)