SerializedTreePropertyDrawerBase< T > Class Template Reference

SerializedPropertyDrawerBase base class used to create property drawers for any class based upon SerializableTree&#60;T&#62; You will need to derive your own version of this class, and specify T, in order to be able to assign it the CustomPropertyDrawer Attribute.

Detailed Description

Template Parameters
TThe type upon which the SerializableTree is based.

Public Member Functions

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.
 
+ Inheritance diagram for SerializedTreePropertyDrawerBase< T >: