toggle menu
animatedledstrip-core
1.0.5
common
switch theme
search in API
animatedledstrip-core
/
animatedledstrip.animations
/
AnimationParameter
Animation
Parameter
data
class
AnimationParameter
<
T
>
(
val
name
:
String
,
val
description
:
String
,
val
default
:
T
?
)
Members
Constructors
Animation
Parameter
Link copied to clipboard
constructor
(
name
:
String
,
description
:
String
,
default
:
T
?
)
Properties
default
Link copied to clipboard
val
default
:
T
?
description
Link copied to clipboard
val
description
:
String
name
Link copied to clipboard
val
name
:
String