C# 클래스 FullInspector.InspectorTextAreaAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: jacobdufault/fullinspector

공개 프로퍼티들

프로퍼티 타입 설명
Height float

공개 메소드들

메소드 설명
InspectorTextAreaAttribute ( ) : System
InspectorTextAreaAttribute ( float height ) : System

메소드 상세

InspectorTextAreaAttribute() 공개 메소드

public InspectorTextAreaAttribute ( ) : System
리턴 System

InspectorTextAreaAttribute() 공개 메소드

public InspectorTextAreaAttribute ( float height ) : System
height float
리턴 System

프로퍼티 상세

Height 공개적으로 프로퍼티

The height of the text area.
public float Height
리턴 float