Meta

data class Meta(    val app: String = "app",     val format: String = "format",     val image: String = "image",     val scale: Double = 1.0,     val size: SizeInt = SizeInt(1, 1),     val version: String = VERSION,     val frameTags: List<AtlasInfo.FrameTag> = listOf(),     val layers: List<AtlasInfo.Layer> = listOf(),     val slices: List<AtlasInfo.Slice> = listOf())

Constructors

Link copied to clipboard
constructor(    app: String = "app",     format: String = "format",     image: String = "image",     scale: Double = 1.0,     size: SizeInt = SizeInt(1, 1),     version: String = VERSION,     frameTags: List<AtlasInfo.FrameTag> = listOf(),     layers: List<AtlasInfo.Layer> = listOf(),     slices: List<AtlasInfo.Slice> = listOf())

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val app: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val scale: Double = 1.0
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard