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

commonMain.ru.casperix.spine.json.component.PathAttachmentJson.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("path")
@Serializable
class PathAttachmentJson(
    override val name:String = "",
    val closed:Boolean = false,
    val constantSpeed:Boolean = true,
    val lengths:List,
    val vertexCount:Int,
    val vertices: List,
    val color: String = "FF7F00FF",
) : AttachmentJson




© 2015 - 2024 Weber Informatics LLC | Privacy Policy