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 sealed override float GetPropertyHeight(SerializedProperty property, GUIContent label)
Parameters
Returns
Overrides
OnGUI(Rect, SerializedProperty, GUIContent)
Declaration
public sealed override void OnGUI(Rect position, SerializedProperty property, GUIContent label)
Parameters
Overrides
Extension Methods