Class OptimizedPropertyDrawer<TIndividual>
Inheritance
OptimizedPropertyDrawer<TIndividual>
Syntax
public abstract class OptimizedPropertyDrawer<TIndividual> : PropertyDrawer where TIndividual : IndividualPropertyDrawer, new()
Type Parameters
Name |
Description |
TIndividual |
|
Methods
GetPropertyHeight(SerializedProperty, GUIContent)
Declaration
public override sealed float GetPropertyHeight(SerializedProperty property, GUIContent label)
Parameters
Returns
Overrides
OnGUI(Rect, SerializedProperty, GUIContent)
Declaration
public override sealed void OnGUI(Rect position, SerializedProperty property, GUIContent label)
Parameters
Overrides
Extension Methods