element | VisualElement tracking a property. |
property | The SerializedProperty to track. |
callback | Invoked when the tracked SerializedProperty value changes. |
Checks the property values for changes at regular intervals. Executes the callback when the property value changes. If no callback is specified, a SerializedPropertyChangeEvent is sent to the target element.