sheenRoughnessTextureTransform property
UV transform applied to sheenRoughnessTexture.
Implementation
TextureTransform get sheenRoughnessTextureTransform =>
_sheenRoughnessTextureTransform;
Implementation
set sheenRoughnessTextureTransform(TextureTransform value) {
_sheenRoughnessTextureTransform = value;
_markMaterialDataDirty();
}