UnityEngine.HeaderAttribute.HeaderAttribute C# (CSharp) 메소드

HeaderAttribute() 공개 메소드

Add a header above some fields in the Inspector.

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