Table of Contents

Class PositiveDrawer

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

A property drawer for fields marked with the Positive Attribute.

[Version(1, 2, 0)]
[CustomPropertyDrawer(typeof(PositiveAttribute))]
public class PositiveDrawer : PropertyDrawer
Inheritance
GUIDrawer
PositiveDrawer
Inherited Members
PropertyDrawer.CreatePropertyGUI(SerializedProperty)
PropertyDrawer.GetPropertyHeight(SerializedProperty, GUIContent)
PropertyDrawer.CanCacheInspectorGUI(SerializedProperty)
Extension Methods

Methods

OnGUI(Rect, SerializedProperty, GUIContent)

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