Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Normal

Signifies that values of this property contain Normal (normalized vector) data.
Read time 1 minuteLast updated 5 days ago

Definition

  • Type: Field
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
Warning
Deprecated. Use UnityEngine.Rendering.ShaderPropertyFlags instead.
Normal = 8

Remarks

When this flag is set, the default material Inspector will display warning if incompatible data was assigned in the Material. For instance default material Inspector will warn and suggest to fix the texture that is not marked as Normalmap. This corresponds to "[Normal]" attribute in front of property in the shader code.