GetBoundSerializedProperty Method
GetBoundSerializedProperty(IBindable)
Tries to get the bound SerializedProperty from a bindable VisualElement through reflection.
Declaration
public static SerializedProperty GetBoundSerializedProperty(this IBindable bindable)
Parameters
IBindable | bindable | A bindable element |
Returns
SerializedProperty | The bound property if it's found, null otherwise. |