Zernikalos/zernikalos.components.material/ZMaterialData ZMaterialData @Serializabledata class ZMaterialData(var pbr: ZPbrMaterialData? = null, var phong: ZPhongMaterialData? = null, var texture: ZTexture? = null) : ZComponentData(source) Members Constructors ZMaterialData Link copied to clipboard constructor(pbr: ZPbrMaterialData? = null, phong: ZPhongMaterialData? = null, texture: ZTexture? = null) Properties pbr Link copied to clipboard var pbr: ZPbrMaterialData? phong Link copied to clipboard var phong: ZPhongMaterialData? refId Link copied to clipboard @Transientopen override val refId: StringRepresents 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. texture Link copied to clipboard var texture: ZTexture? ZMaterialPrevious PageZMaterialRendererNext Page