commonMain.ru.casperix.spine.BoneTransform.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
package ru.casperix.spine
import kotlinx.serialization.Serializable
@Serializable
enum class BoneTransform {
normal,
onlyTranslation,
noRotationOrReflection,
noScale,
noScaleOrReflection
}