HideInInspector Inherits from AttributeMakes a variable not show up in the inspector but be serialized.
JavaScript
// Make the variable p not show up in the inspector using UnityEngine; import UnityEngine |
|
||||
| Scripting > Attributes > HideInInspector | ||||
HideInInspector Inherits from AttributeMakes a variable not show up in the inspector but be serialized.
JavaScript
// Make the variable p not show up in the inspector using UnityEngine; import UnityEngine |