Class GraphPropertyDrawer
Class for drawing a field of type Graph<TNode> in the inspector.
public class GraphPropertyDrawer : PropertyDrawer
- Inheritance
-
GUIDrawerGraphPropertyDrawer
- Derived
- Inherited Members
-
PropertyDrawer.CreatePropertyGUI(SerializedProperty)PropertyDrawer.GetPropertyHeight(SerializedProperty, GUIContent)PropertyDrawer.CanCacheInspectorGUI(SerializedProperty)
Methods
- OnGUI(Rect, SerializedProperty, GUIContent)
Override this method to make your own IMGUI based GUI for the property.