MapAttribute

@Serializable
data class MapAttribute(val mapPath: String, val channels: String? = null, val format: TexFormat? = null) : MaterialAttribute

Constructors

Link copied to clipboard
constructor(mapPath: String, channels: String? = null, format: TexFormat? = null)

Properties

Link copied to clipboard
val channels: String? = null
Link copied to clipboard
val format: TexFormat? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun matchesCfg(cfg: ColorBlockConfig): Boolean
open override fun matchesCfg(cfg: PropertyBlockConfig): Boolean