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

TextAreaAttribute() 공개 메소드

public TextAreaAttribute ( ) : System
리턴 System
        public TextAreaAttribute()
        {
            this.minLines = 3;
            this.maxLines = 3;
        }

Same methods

TextAreaAttribute::TextAreaAttribute ( int minLines, int maxLines ) : System
TextAreaAttribute