Esempio n. 1
0
 public BindAttribute(BindingScope scope=BindingScope.GameObject, BindingDefault ifNotFound = BindingDefault.Exception)
 {
     IfNotFound = ifNotFound;
     Scope = scope;
 }
Esempio n. 2
0
 public BindAttribute(BindingScope scope = BindingScope.GameObject, BindingDefault ifNotFound = BindingDefault.Exception)
 {
     IfNotFound = ifNotFound;
     Scope      = scope;
 }