C# 클래스 UnityEngine.TextAreaAttribute

상속: PropertyAttribute
파일 보기 프로젝트 열기: randomize/VimConfig

공개 프로퍼티들

프로퍼티 타입 설명
maxLines int
minLines int

공개 메소드들

메소드 설명
TextAreaAttribute ( ) : System
TextAreaAttribute ( int minLines, int maxLines ) : System

메소드 상세

TextAreaAttribute() 공개 메소드

public TextAreaAttribute ( ) : System
리턴 System

TextAreaAttribute() 공개 메소드

public TextAreaAttribute ( int minLines, int maxLines ) : System
minLines int
maxLines int
리턴 System

프로퍼티 상세

maxLines 공개적으로 프로퍼티

public int maxLines
리턴 int

minLines 공개적으로 프로퍼티

public int minLines
리턴 int