TextureArray

data class TextureArray(val paths: List<String>, val texFormat: TexFormat = TexFormat.RGBA) : AssetReference

Constructors

Link copied to clipboard
constructor(paths: List<String>, texFormat: TexFormat = TexFormat.RGBA)

Properties

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