UnityEngine.HeaderAttribute.HeaderAttribute C# (CSharp) Method

HeaderAttribute() public method

Add a header above some fields in the Inspector.

public HeaderAttribute ( string header ) : System
header string The header text.
return System
        public HeaderAttribute(string header)
        {
            this.header = header;
        }
    }
HeaderAttribute