Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

MaterialProperty.PropFlags.HideInInspector

Description

Do not show the property in the Inspector.

MaterialEditor will not show this property. This corresponds to the "[HideInInspector]" attribute in front of a property in the shader code.