Track Attribute
data class TrackAttribute<T : Number>(tuneableTrackAttribute: TuneableTrackAttribute<T>, value: T)
Content copied to clipboard
The track attribute wrapper contains a set value for a specific TuneableTrackAttribute
Parameters
tuneableTrackAttribute
The TuneableTrackAttribute that this TrackAttribute will correspond to.
value
The value of the tuneableTrackAttribute.
Constructors
TrackAttribute
Link copied to clipboard
fun <T : Number> TrackAttribute(tuneableTrackAttribute: TuneableTrackAttribute<T>, value: T)
Content copied to clipboard
The TuneableTrackAttribute that this TrackAttribute will correspond to.
Types
Properties
Sources
common source
Link copied to clipboard