|
override 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.
|
|
|
override void | OnGUI (Rect position, SerializedProperty property, GUIContent label) |
|
override float | GetPropertyHeight (SerializedProperty property, GUIContent label) |
|
◆ LocalValueField()
override void Signals.Common.Vector4ValueReferenceDrawer.LocalValueField |
( |
Rect |
position, |
|
|
SerializedProperty |
localValue |
|
) |
| |
|
protectedvirtual |
Override this method to implement a custom inspector for the ValueReference.LocalValue.
- Parameters
-
position | The field's position. |
localValue | The SerializedProperty containing the value. |
Reimplemented from Signals.ValueReferenceDrawer.
The documentation for this class was generated from the following file: