UnityEngine.TextAreaAttribute.TextAreaAttribute C# (CSharp) Method

TextAreaAttribute() public method

public TextAreaAttribute ( int minLines, int maxLines ) : System
minLines int
maxLines int
return System
        public TextAreaAttribute(int minLines, int maxLines)
        {
            this.minLines = minLines;
            this.maxLines = maxLines;
        }
    }

Same methods

TextAreaAttribute::TextAreaAttribute ( ) : System
TextAreaAttribute