commonMain.ru.casperix.spine.BoneTransform.kt Maven / Gradle / Ivy
The newest version!
package ru.casperix.spine
import kotlinx.serialization.Serializable
@Serializable
enum class BoneTransform {
normal,
onlyTranslation,
noRotationOrReflection,
noScale,
noScaleOrReflection
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy