Skip to main content

ZMaterialData

actualpackageZMaterialData
5 items
constructorZMaterialData
constructor(pbr: ZPbrMaterialData? = null, phong: ZPhongMaterialData? = null, texture: ZTexture? = null)
varpbr
var pbr: ZPbrMaterialData?
var phong: ZPhongMaterialData?
@Transient
open override val refId: String
Represents the unique identifier for a reference-based component. The refId is used as a distinctive key for retrieving or linking this component within reference-dependent systems.
var texture: ZTexture?