![JAR search and dependency download from the Maven repository](/logo.png)
commonMain.ru.casperix.spine.BoneTransform.kt Maven / Gradle / Ivy
package ru.casperix.spine
import kotlinx.serialization.Serializable
@Serializable
enum class BoneTransform {
normal,
onlyTranslation,
noRotationOrReflection,
noScale,
noScaleOrReflection
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy