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

commonMain.ru.casperix.spine.json.component.SkeletonJsonAttributes.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 SkeletonJsonAttributes(
    val hash: String,
    val spine: String,
    val x: Float,
    val y: Float,
    val width: Float,
    val height: Float,
    val fps: Float = 30f,
    val images: String,
    val audio: String,
    /**
     * Undocumented section
     */
    val referenceScale:Float = 100f
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy