How can i use more than a hideflag in the same object in C#?
**Example:**
obj.hideFlags = HideFlags.HideInHierarchy + HideFlags.HideInInspector;
Thanks in advance...
↧