C# Class zUI.DrawInspectorBgDDrawer

Inheritance: PropertyDrawer
Afficher le fichier Open project: zambari/LayoutPanel.UI.Unity

Méthodes publiques

Méthode 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 méthode

public static DrawBG ( ) : void
Résultat void

DrawBG() public static méthode

public static DrawBG ( Rect rect ) : void
rect Rect
Résultat void

GetPropertyHeight() public méthode

public GetPropertyHeight ( SerializedProperty property, GUIContent label ) : float
property SerializedProperty
label GUIContent
Résultat float

OnGUI() public méthode

public OnGUI ( Rect rect, SerializedProperty property, GUIContent label ) : void
rect Rect
property SerializedProperty
label GUIContent
Résultat void