|
| override void | DrawGUI (Rect position, SerializedProperty property, GUIContent label) |
| |
| void | Begin (Rect position, SerializedProperty property, GUIContent label) |
| |
| void | BeginInline (Rect position, SerializedProperty property, GUIContent label, float labelWidth=50.0f) |
| |
| void | DrawCaptionLabel (string label, string hint=null) |
| |
| void | DrawCombinedProperty (SerializedProperty property, float widthRatio, string propertyName1, string propertyName2, string label, string hint) |
| |
| void | DrawCombinedPropertyInline (SerializedProperty property, float widthRatio, float separation, string propertyName1, string propertyName2) |
| |
| void | DrawCombinedPropertyInline (SerializedProperty property, float widthRatio1, float widthRatio2, float separation, string propertyName1, string propertyName2, string propertyName3) |
| |
| void | DrawHeader (string label, string hint=null) |
| |
| void | DrawHelpBox (string message, MessageType type) |
| |
| void | DrawInfoLabel (string label, string text, string hint=null) |
| |
| void | DrawLabel (string label, string hint=null) |
| |
| string | DrawMinMaxSlider (SerializedProperty property, string propertyNameMin, string propertyNameMax, float min, float max, string label=null, string hint=null, string valueFormat="0.00") |
| |
| int | DrawPopupField (string label, int selectedIndex, string[] displayedOptions) |
| |
| SerializedProperty | DrawProperty (SerializedProperty property, string propertyName, string label=null, string hint=null) |
| |
| void | End () |
| |
| void | EndInline () |
| |
| Rect | GetControlRect (float height) |
| |
| Rect | GetControlRect () |
| |
| Rect | GetControlRectInline (float height) |
| |
| Rect | GetControlRectInline () |
| |
| override float | GetPropertyHeight (SerializedProperty property, GUIContent label) |
| |
| override void | OnGUI (Rect position, SerializedProperty property, GUIContent label) |
| |
| void | SetMinLabelWidth (float minLabelWidth=0.0f, float labelWidthRatio=0.4f) |
| |
| void | Space (float height) |
| |