yam-api
Toggle table of contents
1.0.0-dev
common
Target filter
common
Switch theme
Search in API
Skip to content
yam-api
core
/
su.pank.yamapi.track.model
/
Fade
Fade
@
Serializable
data
class
Fade
(
val
inStart
:
Double
,
val
inStop
:
Double
,
val
outStart
:
Double
,
val
outStop
:
Double
)
Members
Constructors
Fade
Link copied to clipboard
constructor
(
inStart
:
Double
,
inStop
:
Double
,
outStart
:
Double
,
outStop
:
Double
)
Properties
in
Start
Link copied to clipboard
@
SerialName
(
value
=
"inStart"
)
val
inStart
:
Double
in
Stop
Link copied to clipboard
@
SerialName
(
value
=
"inStop"
)
val
inStop
:
Double
out
Start
Link copied to clipboard
@
SerialName
(
value
=
"outStart"
)
val
outStart
:
Double
out
Stop
Link copied to clipboard
@
SerialName
(
value
=
"outStop"
)
val
outStop
:
Double