Table of Contents

Class MinMaxIntPropertyDrawer

Namespace
Gamelogic.Extensions.Editor
Assembly
Gamelogic.Extensions.Editor.dll

A property drawer for the MinMaxInt class.

[CustomPropertyDrawer(typeof(MinMaxInt))]
[Version(4, 2, 0)]
public class MinMaxIntPropertyDrawer : PropertyDrawer
Inheritance
GUIDrawer
MinMaxIntPropertyDrawer
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.