All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.ru.casperix.spine.json.component.IkConstraintJson.kt Maven / Gradle / Ivy

There is a newer version: 0.9.0
Show newest version
package ru.casperix.spine.json.component

import kotlinx.serialization.Serializable

@Serializable
class IkConstraintJson(
    val name: String,
    val order: Int,
    val skin: Boolean = false,
    val bones: List,
    val target: String,
    val mix: Float = 1f,
    val softness: Float = 0f,
    val bendPositive: Boolean = true,
    val compress: Boolean = false,
    val stretch: Boolean = false,
    val uniform: Boolean = false,
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy