Component

class Component(lines: List<UByteArrayInt>, scaleX: Float, scaleY: Float)

Functions

equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
toString
Link copied to clipboard
common
open fun toString(): String

Properties

lines
Link copied to clipboard
common
val lines: List<UByteArrayInt>
scaleX
Link copied to clipboard
common
val scaleX: Float
scaleY
Link copied to clipboard
common
val scaleY: Float

Sources

(source)
Link copied to clipboard