Class FlushChildrenDrawer
Inheritance
FlushChildrenDrawer
Syntax
public class FlushChildrenDrawer : PropertyDrawer
Properties
ShouldDisplayFoldout
Declaration
public bool ShouldDisplayFoldout { get; }
Property Value
Methods
DisplayChildProperty(Rect, SerializedProperty, SerializedProperty, GUIContent)
Declaration
protected virtual void DisplayChildProperty(Rect position, SerializedProperty parentProperty, SerializedProperty childProperty, GUIContent label)
Parameters
GetChildPropertyHeight(SerializedProperty, SerializedProperty)
Declaration
protected virtual float GetChildPropertyHeight(SerializedProperty parentProperty, SerializedProperty childProperty)
Parameters
Returns
GetPropertyHeight(SerializedProperty, GUIContent)
Declaration
public override float GetPropertyHeight(SerializedProperty property, GUIContent label)
Parameters
Returns
Overrides
OnGUI(Rect, SerializedProperty, GUIContent)
Declaration
public override void OnGUI(Rect position, SerializedProperty property, GUIContent label)
Parameters
Overrides