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