UArMaterial constructor
const
UArMaterial({})
Implementation
const UArMaterial({
this.color = const Color(0xFFFFFFFF),
this.metallic = 0,
this.roughness = 0.6,
this.opacity = 1,
this.emissive,
this.texture,
this.unlit = false,
this.doubleSided = false,
this.occluder = false,
this.renderOnTop = false,
});