Class PositiveDrawer
- Namespace
- Gamelogic.Extensions.Editor
- Assembly
- Assembly-CSharp-Editor.dll
A property drawer for fields marked with the Positive Attribute.
[Version(1, 2, 0)]
[CustomPropertyDrawer(typeof(PositiveAttribute))]
public class PositiveDrawer : PropertyDrawer
- Inheritance
-
GUIDrawerPositiveDrawer
- 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.
public override void OnGUI(Rect position, SerializedProperty prop, GUIContent label)
Parameters
position
RectRectangle on the screen to use for the property GUI.
prop
SerializedPropertylabel
GUIContentThe label of this property.