AtlasInfo
Types
Link copied to clipboard
Link copied to clipboard
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())
Link copied to clipboard
data class Region(val name: String, val frame: RectangleInt, val virtFrame: RectangleInt? = null, val imageOrientation: ImageOrientation = ImageOrientation.NORMAL)