Abstract base class for custom drawers for classes inheriting from ValueReference.
More...
|
| override void | OnGUI (Rect position, SerializedProperty property, GUIContent label) |
| |
| override float | GetPropertyHeight (SerializedProperty property, GUIContent label) |
| |
|
| virtual void | LocalValueField (Rect position, SerializedProperty localValue) |
| | Override this method to implement a custom inspector for the ValueReference.LocalValue.
|
| |
| virtual float | GetLocalValueFieldHeight () |
| | Override this if your LocalValueField is higher than one line.
|
| |
Abstract base class for custom drawers for classes inheriting from ValueReference.
◆ GetLocalValueFieldHeight()
| virtual float Signals.ValueReferenceDrawer.GetLocalValueFieldHeight |
( |
| ) |
|
|
protectedvirtual |
Override this if your LocalValueField is higher than one line.
- Returns
- The LocalValueField's height.
◆ GetPropertyHeight()
| override float Signals.ValueReferenceDrawer.GetPropertyHeight |
( |
SerializedProperty |
property, |
|
|
GUIContent |
label |
|
) |
| |
◆ LocalValueField()
| virtual void Signals.ValueReferenceDrawer.LocalValueField |
( |
Rect |
position, |
|
|
SerializedProperty |
localValue |
|
) |
| |
|
protectedvirtual |
◆ OnGUI()
| override void Signals.ValueReferenceDrawer.OnGUI |
( |
Rect |
position, |
|
|
SerializedProperty |
property, |
|
|
GUIContent |
label |
|
) |
| |
The documentation for this class was generated from the following file: