Table of Contents

Class InspectableVectorPointPropertyDrawer

Namespace
Gamelogic.Grids.Editor
Assembly
Assembly-CSharp-Editor.dll

Clas for drawing a InspectableVectorPoint in the inspector.

[CustomPropertyDrawer(typeof(InspectableVectorPoint))]
public class InspectableVectorPointPropertyDrawer : PropertyDrawer
Inheritance
GUIDrawer
InspectableVectorPointPropertyDrawer
Inherited Members
PropertyDrawer.CanCacheInspectorGUI(SerializedProperty)
PropertyDrawer.attribute
PropertyDrawer.fieldInfo
Extension Methods

Methods

OnGUI(Rect, SerializedProperty, GUIContent)

Override this method to make your own IMGUI based GUI for the property.

public override void OnGUI(Rect position, SerializedProperty property, GUIContent label)

Parameters

position Rect

Rectangle on the screen to use for the property GUI.

property SerializedProperty

The SerializedProperty to make the custom GUI for.

label GUIContent

The label of this property.