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

commonMain.ru.casperix.spine.json.component.SkinJson.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 SkinJson(
    val name: String,
    val bones: List? = null,
    val ik: List? = null,
    val transform: List? = null,
    val path: List? = null,
    //  slot-name -> attachment-name
    val attachments: Map>? = null,
    /**
     * Undocumented section
     */
    val color:String? = null,
)





© 2015 - 2024 Weber Informatics LLC | Privacy Policy