Table of Contents

Class SpaceMapGraphPropertyDrawer

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

Class for drawing a field of type SpaceMapGraph in the inspector.

[CustomPropertyDrawer(typeof(SpaceMapGraph), true)]
public class SpaceMapGraphPropertyDrawer : GraphPropertyDrawer
Inheritance
GUIDrawer
SpaceMapGraphPropertyDrawer
Inherited Members
PropertyDrawer.CreatePropertyGUI(SerializedProperty)
PropertyDrawer.GetPropertyHeight(SerializedProperty, GUIContent)
PropertyDrawer.CanCacheInspectorGUI(SerializedProperty)

Methods

ShowEditor(Object)

See Also