Esempio n. 1
0
 public PropertyBinderEditor(SerializedProperty binders, string datatype)
 {
     _binders  = binders;
     _datatype = datatype;
     ComponentSelector.InvalidateCache();
 }
Esempio n. 2
0
 public PropertyBinderEditor(SerializedProperty binders)
 {
     _binders = binders;
     ComponentSelector.InvalidateCache();
 }