Class MinMaxFloatPropertyDrawer
- Namespace
- Gamelogic.Extensions.Editor
- Assembly
- Gamelogic.Extensions.Editor.dll
A property drawer for the MinMaxFloat class.
[CustomPropertyDrawer(typeof(MinMaxFloat))]
public class MinMaxFloatPropertyDrawer : PropertyDrawer
- Inheritance
-
GUIDrawerMinMaxFloatPropertyDrawer
- Inherited Members
-
PropertyDrawer.CanCacheInspectorGUI(SerializedProperty)PropertyDrawer.attributePropertyDrawer.fieldInfo
- Extension Methods
Methods
- OnGUI(Rect, SerializedProperty, GUIContent)
Override this method to make your own IMGUI based GUI for the property.