normalTexture
7/14/25Less than 1 minute
Texture2D.normalTexture
"Read-Only"
This property is **Read-Only**
Name | Type |
---|---|
normalTexture | Texture2D |
Description
Gets a small Texture with pixels that represent surface normal vectors at a neutral position.
Extra Detail
Unity sets all pixels of this Texture to (0.5, 0.5, 1, 1).