commonMain.ru.casperix.spine.json.component.ValueMode.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spine-jvm Show documentation
Show all versions of spine-jvm Show documentation
Signals for all occasions
The newest version!
package ru.casperix.spine.json.component
import kotlinx.serialization.SerialName
import kotlinx.serialization.Serializable
@Serializable
enum class ValueMode {
@SerialName("length")
Length,
fixed,
percent
}