normalTexture property

TextureSource? normalTexture
getter/setter pair

Tangent-space normal map. Defaults to a flat normal when null.

Accepts a Texture2D (usually with TextureContent.normal) or a RenderTexture (sampled live).

Implementation

TextureSource? normalTexture;