SetPausedParameter

@Serializable
data class SetPausedParameter(val animations: List<String>, val paused: Boolean)

Constructors

Link copied to clipboard
constructor(animations: List<String>, paused: Boolean)

Properties

Link copied to clipboard

Animations to set the pause state of.

Link copied to clipboard

Paused state to set to.