commonMain.ru.casperix.spine.json.component.ClippingAttachmentJson.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spine Show documentation
Show all versions of spine Show documentation
Signals for all occasions
package ru.casperix.spine.json.component
import kotlinx.serialization.SerialName
import kotlinx.serialization.Serializable
@SerialName("clipping")
@Serializable
class ClippingAttachmentJson(
override val name:String = "",
val end:String,
val vertexCount:Int,
val vertices: List,
val color: String = "CE3A3AFF",
) : AttachmentJson
© 2015 - 2024 Weber Informatics LLC | Privacy Policy