Texture

data class Texture(val path: String, val texFormat: TexFormat = TexFormat.RGBA) : AssetReference

Constructors

Link copied to clipboard
constructor(path: String, texFormat: TexFormat = TexFormat.RGBA)

Properties

Link copied to clipboard
Link copied to clipboard
val texFormat: TexFormat