Table of Contents

Class GraphPropertyDrawer

Namespace
Gamelogic.Grids2.Graph.Editor
Assembly
Gamelogic.Grids2.Editor.dll

Class for drawing a field of type Graph<TNode> in the inspector.

public class GraphPropertyDrawer : PropertyDrawer
Inheritance
GUIDrawer
GraphPropertyDrawer
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.

ShowEditor(Object)

See Also