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

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

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

import kotlinx.serialization.SerialName
import kotlinx.serialization.Serializable

@SerialName("boundingbox")
@Serializable
class BoundingBoxAttachmentJson(
    override val name:String = "",
    val vertexCount:Int,
    val vertices: List,
    val color: String = "60F000FF",
) : AttachmentJson




© 2015 - 2024 Weber Informatics LLC | Privacy Policy