sheenRoughnessTexture property
Sheen roughness texture.
Implementation
TextureSource? get sheenRoughnessTexture => _sheenRoughnessTexture;
Implementation
set sheenRoughnessTexture(TextureSource? value) {
if (identical(_sheenRoughnessTexture, value)) return;
_sheenRoughnessTexture = value;
_markMaterialDataDirty(variant: true);
}