metallicRoughnessTexture property

TextureSource? metallicRoughnessTexture
getter/setter pair

The combined metallic-roughness texture (B = metallic, G = roughness). Defaults to white when null.

Accepts a Texture2D or a RenderTexture (sampled live).

Implementation

TextureSource? metallicRoughnessTexture;