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
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
copy
Link copied to clipboard
fun copy(tuneableTrackAttribute: TuneableTrackAttribute<T>, value: T): TrackAttribute<T>
Content copied to clipboard
Properties
Sources
(source)
Link copied to clipboard