C# 클래스 zUI.DrawInspectorBgDDrawer

상속: PropertyDrawer
파일 보기 프로젝트 열기: zambari/LayoutPanel.UI.Unity

공개 메소드들

메소드 설명
DrawBG ( ) : void
DrawBG ( Rect rect ) : void
GetPropertyHeight ( SerializedProperty property, GUIContent label ) : float
OnGUI ( Rect rect, SerializedProperty property, GUIContent label ) : void

메소드 상세

DrawBG() 공개 정적인 메소드

public static DrawBG ( ) : void
리턴 void

DrawBG() 공개 정적인 메소드

public static DrawBG ( Rect rect ) : void
rect Rect
리턴 void

GetPropertyHeight() 공개 메소드

public GetPropertyHeight ( SerializedProperty property, GUIContent label ) : float
property SerializedProperty
label GUIContent
리턴 float

OnGUI() 공개 메소드

public OnGUI ( Rect rect, SerializedProperty property, GUIContent label ) : void
rect Rect
property SerializedProperty
label GUIContent
리턴 void