Пример #1
0
 private void CachePropertyDrawer()
 {
     if (cachedPropertyDrawer == null)
     {
         cachedPropertyDrawer = PropertyDrawerUtility.GetCustomPropertyDrawer(fieldInfo);
     }
 }
Пример #2
0
 private BindingInfo ResolveTarget(SerializedProperty property)
 {
     return(PropertyDrawerUtility.GetActualObjectForSerializedProperty <BindingInfo>(fieldInfo, property));
 }