normalTexture property
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;
Tangent-space normal map. Defaults to a flat normal when null.
Accepts a Texture2D (usually with TextureContent.normal) or a
RenderTexture (sampled live).
TextureSource? normalTexture;