baseColorTexture property
The albedo (base color) texture, sampled in linear space and multiplied by baseColorFactor. Defaults to white when null.
Accepts a Texture2D or a RenderTexture (sampled live).
Implementation
TextureSource? baseColorTexture;