override void OnGUI | ( | Rect | position, |
SerializedProperty | property, | ||
GUIContent | label | ||
) |
draws the root node, then calls recursive function to draw descendants
draws the root node, then calls recursive function to draw descendants
position | location to draw the tree |
property | SerializedProperty that references the tree |
label | Label of the Tree. |