Normal
Signifies that values of this property contain Normal (normalized vector) data.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Field
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
Normal = 8
Remarks
When this flag is set, the default Material Inspector displays a warning if you assign incompatible data in the Material. For example, if a Texture is not a Normal Map Texture, the default Material Inspector displays a warning and suggests that you fix it.
This flags corresponds to the "[Normal]" attribute.