C# Class zUI.DrawInspectorBgDDrawer

Inheritance: PropertyDrawer
Mostra file Open project: zambari/LayoutPanel.UI.Unity

Public Methods

Method Description
DrawBG ( ) : void
DrawBG ( Rect rect ) : void
GetPropertyHeight ( SerializedProperty property, GUIContent label ) : float
OnGUI ( Rect rect, SerializedProperty property, GUIContent label ) : void

Method Details

DrawBG() public static method

public static DrawBG ( ) : void
return void

DrawBG() public static method

public static DrawBG ( Rect rect ) : void
rect Rect
return void

GetPropertyHeight() public method

public GetPropertyHeight ( SerializedProperty property, GUIContent label ) : float
property SerializedProperty
label GUIContent
return float

OnGUI() public method

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