The MenuTree property drawer does no more than inherit the property drawer of the base class (SerializedTreePropertyDrawerBase), and specify the type of objects held in the base-class's tree (MenuInfo).
The MenuTree property drawer does no more that inherit the property drawer of the base class (SerializedTreePropertyDrawerBase), and specify the type of objects held in the base-class's tree (MenuInfo).
Additional Inherited Members | |
![]() | |
override float | GetPropertyHeight (SerializedProperty property, GUIContent label) |
Used to get the height of the tree, when drawn. | |
override void | OnGUI (Rect position, SerializedProperty property, GUIContent label) |
This Code is called upon to perform the actual drawing of the tree. | |