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