Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


HideInInspector

Do not show the property in the Inspector.
Read time 1 minuteLast updated 12 days ago

Definition

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

Remarks

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