emissiveTexture property

TextureSource? emissiveTexture
getter/setter pair

Optional emissive texture. Defaults to white when null and is gated by emissiveFactor.

Accepts a Texture2D or a RenderTexture (sampled live).

Implementation

TextureSource? emissiveTexture;