protected SerializedProperty FindProperty <T, TValue>(Expression <Func <T, TValue> > expr) { Debug.Assert(serializedObject != null); return(serializedObject.FindProperty(ReflectionUtils.GetFieldPath(expr))); }