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