Class AutoAssignButtonAttributeDrawer
public class AutoAssignButtonAttributeDrawer : PropertyDrawer
- Inheritance
-
AutoAssignButtonAttributeDrawer
- Extension Methods
-
Methods
public static void DrawButton(Rect position, SerializedProperty property, FieldInfo fieldInfo)
Parameters
position
Rect
property
SerializedProperty
fieldInfo
FieldInfo
GetPropertyHeight(SerializedProperty, GUIContent)
public override float GetPropertyHeight(SerializedProperty property, GUIContent label)
Parameters
property
SerializedProperty
label
GUIContent
Returns
- float
OnGUI(Rect, SerializedProperty, GUIContent)
public override void OnGUI(Rect position, SerializedProperty property, GUIContent label)
Parameters
position
Rect
property
SerializedProperty
label
GUIContent