C# 클래스 UnityPlatformer.CommentDrawer

상속: UnityEditor.PropertyDrawer
파일 보기 프로젝트 열기: llafuente/unity-platformer

보호된 프로퍼티들

프로퍼티 타입 설명
textHeight float

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetPropertyHeight ( UnityEditor.SerializedProperty property, GUIContent label ) : float

Calc height needed, right now is always 20

OnGUI ( Rect position, UnityEditor.SerializedProperty property, GUIContent label ) : void

Draw

메소드 상세

GetPropertyHeight() 공개 메소드

Calc height needed, right now is always 20
public GetPropertyHeight ( UnityEditor.SerializedProperty property, GUIContent label ) : float
property UnityEditor.SerializedProperty
label UnityEngine.GUIContent
리턴 float

OnGUI() 공개 메소드

Draw
public OnGUI ( Rect position, UnityEditor.SerializedProperty property, GUIContent label ) : void
position UnityEngine.Rect
property UnityEditor.SerializedProperty
label UnityEngine.GUIContent
리턴 void

프로퍼티 상세

textHeight 보호되어 있는 프로퍼티

Default height
protected float textHeight
리턴 float