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