TextTexture

data class TextTexture(val textureId: Int, val width: Int, val height: Int)

Constructors

Link copied to clipboard
constructor(textureId: Int, width: Int, height: Int)

Properties

Link copied to clipboard
val height: Int
Link copied to clipboard
Link copied to clipboard
val width: Int