AnimationUpdatedParameter

@Serializable
data class AnimationUpdatedParameter(val animation: Animation.Animation)

Event for animation that has been updated.

Constructors

Link copied to clipboard
constructor(animation: Animation.Animation)

Properties

Link copied to clipboard

Animation that was updated.