Texture

data class Texture(val image: RGBAImage?, var id: Int? = null) : Disposable

Constructors

Link copied to clipboard
constructor(image: RGBAImage?, id: Int? = null)

Properties

Link copied to clipboard
var id: Int?
Link copied to clipboard

Functions

Link copied to clipboard
open override fun dispose()