baseColorTexture property

TextureSource? baseColorTexture
getter/setter pair

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;