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